Html Css Color HEX #952C12 Burnt Umber

📋 copy color: '#952C12'

red 149 ◦ green 44 ◦ blue 18

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

Shades of Burnt Umber #952C12

Tints of Burnt Umber #952C12

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.85%

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 70.62%
G = 20.85%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#952C12 (or 0x952C12) is known color: Burnt Umber. HEX triplet: 95, 2C and 12. RGB value is (149,44,18). Sum of RGB (Red+Green+Blue) = 149+44+18=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952C12 is #6AD3ED. Grayscale: #484848. Windows color (decimal): -7001070 or 1191061. OLE color: 1191061.

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

Color convert

RGB 149 44 18 -
CMYK 0 0.70 0.88 0.42
HSL 11.91º 0.78% 0.33% -
HSV(B) 11.91º 0.88% 0.58% -
XYZ 13.4 8.23 1.46 -
YUV 72.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 149 44 18 0 0.70 0.88 0.42 11.91 0.78 0.33
Hex 95 2C 12 0 46 58 2A C 4E 21
Octal 225 54 22 0 106 130 52 14 116 41
Binary 10010101 101100 10010 0 1000110 1011000 101010 1100 1001110 100001

Color Harmonies of #952C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C12

Black with #952C12

Text Example


Text Example

White with #952C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,18); }

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

background-color css

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

 a { background-color: rgb(149,44,18); }

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

border-color css

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

 span { border-color: rgb(149,44,18); }

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