Html Css Color HEX #912C12 Burnt Umber

📋 copy color: '#912C12'

red 145 ◦ green 44 ◦ blue 18

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

Shades of Burnt Umber #912C12

Tints of Burnt Umber #912C12

RGB

 RED value IS 145 (57.03% from 255) = 70.05%

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

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

R = 70.05%
G = 21.26%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912C12 (or 0x912C12) is known color: Burnt Umber. HEX triplet: 91, 2C and 12. RGB value is (145,44,18). Sum of RGB (Red+Green+Blue) = 145+44+18=207 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.05% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 145 - color contains mainly: red. Hex color #912C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C12 is #6ED3ED. Grayscale: #474747. Windows color (decimal): -7263214 or 1191057. OLE color: 1191057.

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

Color convert

RGB 145 44 18 -
CMYK 0 0.70 0.88 0.43
HSL 12.28º 0.78% 0.32% -
HSV(B) 12.28º 0.88% 0.57% -
XYZ 12.69 7.86 1.42 -
YUV 71.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 145 44 18 0 0.70 0.88 0.43 12.28 0.78 0.32
Hex 91 2C 12 0 46 58 2B C 4E 20
Octal 221 54 22 0 106 130 53 14 116 40
Binary 10010001 101100 10010 0 1000110 1011000 101011 1100 1001110 100000

Color Harmonies of #912C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C12

Black with #912C12

Text Example


Text Example

White with #912C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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