Html Css Color HEX #952A11 Burnt Umber

📋 copy color: '#952A11'

red 149 ◦ green 42 ◦ blue 17

#952A11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #952A11

Tints of Burnt Umber #952A11

RGB

 RED value IS 149 (58.59% from 255) = 71.63%

 GREEN value IS 42 (16.8% from 255) = 20.19%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 71.63%
G = 20.19%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952A11 (or 0x952A11) is known color: Burnt Umber. HEX triplet: 95, 2A and 11. RGB value is (149,42,17). Sum of RGB (Red+Green+Blue) = 149+42+17=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A11 is #6AD5EE. Grayscale: #474747. Windows color (decimal): -7001583 or 1125013. OLE color: 1125013.

HSL color Cylindrical-coordinate representation of color #952A11: hue angle of 11.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952A11 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 17 -
CMYK 0 0.72 0.89 0.42
HSL 11.36º 0.8% 0.33% -
HSV(B) 11.36º 0.89% 0.58% -
XYZ 13.32 8.09 1.39 -
YUV 71.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 149 42 17 0 0.72 0.89 0.42 11.36 0.8 0.33
Hex 95 2A 11 0 48 59 2A B 50 21
Octal 225 52 21 0 110 131 52 13 120 41
Binary 10010101 101010 10001 0 1001000 1011001 101010 1011 1010000 100001

Color Harmonies of #952A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A11

Black with #952A11

Text Example


Text Example

White with #952A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,42,17); }

 H1.HeaderClassName
 {
   color: #952A11;
 }
 .AnyTagClassName
 {
   color: #952A11;
 }
</style>

background-color css

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

 a { background-color: rgb(149,42,17); }

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

border-color css

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

 span { border-color: rgb(149,42,17); }

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