Html Css Color HEX #912B19 Burnt Umber

📋 copy color: '#912B19'

red 145 ◦ green 43 ◦ blue 25

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

Shades of Burnt Umber #912B19

Tints of Burnt Umber #912B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.19%

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

R = 68.08%
G = 20.19%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912B19 (or 0x912B19) is known color: Burnt Umber. HEX triplet: 91, 2B and 19. RGB value is (145,43,25). Sum of RGB (Red+Green+Blue) = 145+43+25=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #912B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912B19 is #6ED4E6. Grayscale: #474747. Windows color (decimal): -7263463 or 1649553. OLE color: 1649553.

HSL color Cylindrical-coordinate representation of color #912B19: hue angle of 9º 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 #912B19 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 43 25 -
CMYK 0 0.70 0.83 0.43
HSL 0.71% 0.33% -
HSV(B) 0.83% 0.57% -
XYZ 12.72 7.82 1.76 -
YUV 71.45 101.79 180.46 -
System Red Green Blue C M Y K H S L
Decimal 145 43 25 0 0.70 0.83 0.43 9 0.71 0.33
Hex 91 2B 19 0 46 53 2B 9 47 21
Octal 221 53 31 0 106 123 53 11 107 41
Binary 10010001 101011 11001 0 1000110 1010011 101011 1001 1000111 100001

Color Harmonies of #912B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912B19

Black with #912B19

Text Example


Text Example

White with #912B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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