Html Css Color HEX #912C19 Burnt Umber

📋 copy color: '#912C19'

red 145 ◦ green 44 ◦ blue 25

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

Shades of Burnt Umber #912C19

Tints of Burnt Umber #912C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

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

R = 67.76%
G = 20.56%
B = 11.68%

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

#912C19 (or 0x912C19) is known color: Burnt Umber. HEX triplet: 91, 2C and 19. RGB value is (145,44,25). Sum of RGB (Red+Green+Blue) = 145+44+25=214 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.76% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 145 - color contains mainly: red. Hex color #912C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912C19 is #6ED3E6. Grayscale: #484848. Windows color (decimal): -7263207 or 1649809. OLE color: 1649809.

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

Color convert

RGB 145 44 25 -
CMYK 0 0.70 0.83 0.43
HSL 9.5º 0.71% 0.33% -
HSV(B) 9.5º 0.83% 0.57% -
XYZ 12.75 7.89 1.77 -
YUV 72.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 145 44 25 0 0.70 0.83 0.43 9.5 0.71 0.33
Hex 91 2C 19 0 46 53 2B A 47 21
Octal 221 54 31 0 106 123 53 12 107 41
Binary 10010001 101100 11001 0 1000110 1010011 101011 1010 1000111 100001

Color Harmonies of #912C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C19

Black with #912C19

Text Example


Text Example

White with #912C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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