Html Css Color HEX #912D20 Burnt Umber

📋 copy color: '#912D20'

red 145 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #912D20

Tints of Burnt Umber #912D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.27%

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

R = 65.32%
G = 20.27%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#912D20 (or 0x912D20) is known color: Burnt Umber. HEX triplet: 91, 2D and 20. RGB value is (145,45,32). Sum of RGB (Red+Green+Blue) = 145+45+32=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #912D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D20 is #6ED2DF. Grayscale: #494949. Windows color (decimal): -7262944 or 2108817. OLE color: 2108817.

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

Color convert

RGB 145 45 32 -
CMYK 0 0.69 0.78 0.43
HSL 6.9º 0.64% 0.35% -
HSV(B) 6.9º 0.78% 0.57% -
XYZ 12.88 8 2.23 -
YUV 73.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 145 45 32 0 0.69 0.78 0.43 6.9 0.64 0.35
Hex 91 2D 20 0 45 4E 2B 7 40 23
Octal 221 55 40 0 105 116 53 7 100 43
Binary 10010001 101101 100000 0 1000101 1001110 101011 111 1000000 100011

Color Harmonies of #912D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D20

Black with #912D20

Text Example


Text Example

White with #912D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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