#952E26

Color #952E26 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #952E26

Tints of Burnt Umber #952E26

Color information

#952E26 (or 0x952E26) is unknown color: approx Burnt Umber. HEX triplet: 95, 2E and 26. RGB value is (149,46,38). Sum of RGB (Red+Green+Blue) = 149+46+38=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E26 is #6AD1D9. Grayscale: #4C4C4C. Windows color (decimal): -7000538 or 2502293. OLE color: 2502293.

HSL color Cylindrical-coordinate representation of color #952E26: hue angle of 4.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952E26 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB1494638-
CMYK00.690.740.42
HSL4.32º59.36%36.67%-
HSV(B)4.32º74.5%58.43%-
XYZ13.728.482.75-
YUV75.88106.62180.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 63.95%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=63.95%
G=19.74%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149463800.690.740.424.3259.3636.67
Hex952E260454A2A43b25
Octal225564601051125247345
Binary10010101101110100110010001011001010101010100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952E26; }

 p { color: rgb(149,46,38); }

 H1.HeaderClassName
 {
   color: #952E26;
 }
 .AnyTagClassName
 {
   color: #952E26;
 }
</style>
background-color css

<style>
 a { background-color: #952E26; }

 a { background-color: rgb(149,46,38); }

 div.DivClassName
 {
   background-color: #952E26;
 }
 .BgClassName
 {
   background-color: #952E26;
 }
</style>
border-color css

<style>
 span { border-color: #952E26; }

 span { border-color: rgb(149,46,38); }

 td.TdClassName
 {
   border-color: #952E26;
 }
 .TagClassName
 {
   border-color: #952E26;
 }
</style>