Html Css Color HEX #912A10 Burnt Umber

📋 copy color: '#912A10'

red 145 ◦ green 42 ◦ blue 16

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

Shades of Burnt Umber #912A10

Tints of Burnt Umber #912A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 71.43%
G = 20.69%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#912A10 (or 0x912A10) is known color: Burnt Umber. HEX triplet: 91, 2A and 10. RGB value is (145,42,16). Sum of RGB (Red+Green+Blue) = 145+42+16=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912A10 is #6ED5EF. Grayscale: #464646. Windows color (decimal): -7263728 or 1059473. OLE color: 1059473.

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

Color convert

RGB 145 42 16 -
CMYK 0 0.71 0.89 0.43
HSL 12.09º 0.8% 0.32% -
HSV(B) 12.09º 0.89% 0.57% -
XYZ 12.6 7.71 1.31 -
YUV 69.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 145 42 16 0 0.71 0.89 0.43 12.09 0.8 0.32
Hex 91 2A 10 0 47 59 2B C 50 20
Octal 221 52 20 0 107 131 53 14 120 40
Binary 10010001 101010 10000 0 1000111 1011001 101011 1100 1010000 100000

Color Harmonies of #912A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912A10

Black with #912A10

Text Example


Text Example

White with #912A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,42,16); }

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

background-color css

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

 a { background-color: rgb(145,42,16); }

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

border-color css

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

 span { border-color: rgb(145,42,16); }

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