Html Css Color HEX #912912 Burnt Umber

📋 copy color: '#912912'

red 145 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #912912

Tints of Burnt Umber #912912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.1%

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

R = 71.08%
G = 20.1%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912912 (or 0x912912) is known color: Burnt Umber. HEX triplet: 91, 29 and 12. RGB value is (145,41,18). Sum of RGB (Red+Green+Blue) = 145+41+18=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912912 is #6ED6ED. Grayscale: #454545. Windows color (decimal): -7263982 or 1190289. OLE color: 1190289.

HSL color Cylindrical-coordinate representation of color #912912: hue angle of 10.87º 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 #912912 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 41 18 -
CMYK 0 0.72 0.88 0.43
HSL 10.87º 0.78% 0.32% -
HSV(B) 10.87º 0.88% 0.57% -
XYZ 12.58 7.65 1.39 -
YUV 69.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 145 41 18 0 0.72 0.88 0.43 10.87 0.78 0.32
Hex 91 29 12 0 48 58 2B B 4E 20
Octal 221 51 22 0 110 130 53 13 116 40
Binary 10010001 101001 10010 0 1001000 1011000 101011 1011 1001110 100000

Color Harmonies of #912912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912912

Black with #912912

Text Example


Text Example

White with #912912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912912; }

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

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

background-color css

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

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

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

border-color css

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

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

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