Html Css Color HEX #913211 Burnt Umber

📋 copy color: '#913211'

red 145 ◦ green 50 ◦ blue 17

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

Shades of Burnt Umber #913211

Tints of Burnt Umber #913211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 68.4%
G = 23.58%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#913211 (or 0x913211) is known color: Burnt Umber. HEX triplet: 91, 32 and 11. RGB value is (145,50,17). Sum of RGB (Red+Green+Blue) = 145+50+17=212 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.40% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 145 - color contains mainly: red. Hex color #913211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913211 is #6ECDEE. Grayscale: #4A4A4A. Windows color (decimal): -7261679 or 1127057. OLE color: 1127057.

HSL color Cylindrical-coordinate representation of color #913211: hue angle of 15.47º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #913211 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 17 -
CMYK 0 0.66 0.88 0.43
HSL 15.47º 0.79% 0.32% -
HSV(B) 15.47º 0.88% 0.57% -
XYZ 12.92 8.34 1.46 -
YUV 74.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 145 50 17 0 0.66 0.88 0.43 15.47 0.79 0.32
Hex 91 32 11 0 42 58 2B F 4F 20
Octal 221 62 21 0 102 130 53 17 117 40
Binary 10010001 110010 10001 0 1000010 1011000 101011 1111 1001111 100000

Color Harmonies of #913211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913211

Black with #913211

Text Example


Text Example

White with #913211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913211; }

 p { color: rgb(145,50,17); }

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

background-color css

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

 a { background-color: rgb(145,50,17); }

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

border-color css

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

 span { border-color: rgb(145,50,17); }

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