Html Css Color HEX #912C20 Burnt Umber

📋 copy color: '#912C20'

red 145 ◦ green 44 ◦ blue 32

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

Shades of Burnt Umber #912C20

Tints of Burnt Umber #912C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 65.61%
G = 19.91%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#912C20 (or 0x912C20) is known color: Burnt Umber. HEX triplet: 91, 2C and 20. RGB value is (145,44,32). Sum of RGB (Red+Green+Blue) = 145+44+32=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912C20 is #6ED3DF. Grayscale: #484848. Windows color (decimal): -7263200 or 2108561. OLE color: 2108561.

HSL color Cylindrical-coordinate representation of color #912C20: hue angle of 6.37º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912C20 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 44 32 -
CMYK 0 0.70 0.78 0.43
HSL 6.37º 0.64% 0.35% -
HSV(B) 6.37º 0.78% 0.57% -
XYZ 12.84 7.93 2.22 -
YUV 72.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 145 44 32 0 0.70 0.78 0.43 6.37 0.64 0.35
Hex 91 2C 20 0 46 4E 2B 6 40 23
Octal 221 54 40 0 106 116 53 6 100 43
Binary 10010001 101100 100000 0 1000110 1001110 101011 110 1000000 100011

Color Harmonies of #912C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912C20

Black with #912C20

Text Example


Text Example

White with #912C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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