Html Css Color HEX #912A19 Burnt Umber

📋 copy color: '#912A19'

red 145 ◦ green 42 ◦ blue 25

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

Shades of Burnt Umber #912A19

Tints of Burnt Umber #912A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.79%

R = 68.4%
G = 19.81%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912A19 (or 0x912A19) is known color: Burnt Umber. HEX triplet: 91, 2A and 19. RGB value is (145,42,25). Sum of RGB (Red+Green+Blue) = 145+42+25=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #912A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912A19 is #6ED5E6. Grayscale: #474747. Windows color (decimal): -7263719 or 1649297. OLE color: 1649297.

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

Color convert

RGB 145 42 25 -
CMYK 0 0.71 0.83 0.43
HSL 8.5º 0.71% 0.33% -
HSV(B) 8.5º 0.83% 0.57% -
XYZ 12.68 7.75 1.75 -
YUV 70.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 145 42 25 0 0.71 0.83 0.43 8.5 0.71 0.33
Hex 91 2A 19 0 47 53 2B 8 47 21
Octal 221 52 31 0 107 123 53 10 107 41
Binary 10010001 101010 11001 0 1000111 1010011 101011 1000 1000111 100001

Color Harmonies of #912A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912A19

Black with #912A19

Text Example


Text Example

White with #912A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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