Html Css Color HEX #912D21 Burnt Umber

📋 copy color: '#912D21'

red 145 ◦ green 45 ◦ blue 33

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

Shades of Burnt Umber #912D21

Tints of Burnt Umber #912D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 65.02%
G = 20.18%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912D21 (or 0x912D21) is known color: Burnt Umber. HEX triplet: 91, 2D and 21. RGB value is (145,45,33). Sum of RGB (Red+Green+Blue) = 145+45+33=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #912D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D21 is #6ED2DE. Grayscale: #494949. Windows color (decimal): -7262943 or 2174353. OLE color: 2174353.

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

Color convert

RGB 145 45 33 -
CMYK 0 0.69 0.77 0.43
HSL 6.43º 0.63% 0.35% -
HSV(B) 6.43º 0.77% 0.57% -
XYZ 12.89 8.01 2.3 -
YUV 73.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 145 45 33 0 0.69 0.77 0.43 6.43 0.63 0.35
Hex 91 2D 21 0 45 4D 2B 6 3F 23
Octal 221 55 41 0 105 115 53 6 77 43
Binary 10010001 101101 100001 0 1000101 1001101 101011 110 111111 100011

Color Harmonies of #912D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D21

Black with #912D21

Text Example


Text Example

White with #912D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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