Html Css Color HEX #912E19 Burnt Umber

📋 copy color: '#912E19'

red 145 ◦ green 46 ◦ blue 25

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

Shades of Burnt Umber #912E19

Tints of Burnt Umber #912E19

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.3%

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

R = 67.13%
G = 21.3%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#912E19 (or 0x912E19) is known color: Burnt Umber. HEX triplet: 91, 2E and 19. RGB value is (145,46,25). Sum of RGB (Red+Green+Blue) = 145+46+25=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #912E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E19 is #6ED1E6. Grayscale: #494949. Windows color (decimal): -7262695 or 1650321. OLE color: 1650321.

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

Color convert

RGB 145 46 25 -
CMYK 0 0.68 0.83 0.43
HSL 10.5º 0.71% 0.33% -
HSV(B) 10.5º 0.83% 0.57% -
XYZ 12.83 8.04 1.8 -
YUV 73.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 145 46 25 0 0.68 0.83 0.43 10.5 0.71 0.33
Hex 91 2E 19 0 44 53 2B A 47 21
Octal 221 56 31 0 104 123 53 12 107 41
Binary 10010001 101110 11001 0 1000100 1010011 101011 1010 1000111 100001

Color Harmonies of #912E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912E19

Black with #912E19

Text Example


Text Example

White with #912E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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