Html Css Color HEX #913316 Burnt Umber

📋 copy color: '#913316'

red 145 ◦ green 51 ◦ blue 22

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

Shades of Burnt Umber #913316

Tints of Burnt Umber #913316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 66.51%
G = 23.39%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#913316 (or 0x913316) is known color: Burnt Umber. HEX triplet: 91, 33 and 16. RGB value is (145,51,22). Sum of RGB (Red+Green+Blue) = 145+51+22=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #913316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913316 is #6ECCE9. Grayscale: #4C4C4C. Windows color (decimal): -7261418 or 1454993. OLE color: 1454993.

HSL color Cylindrical-coordinate representation of color #913316: hue angle of 14.15º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #913316 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 51 22 -
CMYK 0 0.65 0.85 0.43
HSL 14.15º 0.74% 0.33% -
HSV(B) 14.15º 0.85% 0.57% -
XYZ 13.01 8.45 1.7 -
YUV 75.8 97.64 177.36 -
System Red Green Blue C M Y K H S L
Decimal 145 51 22 0 0.65 0.85 0.43 14.15 0.74 0.33
Hex 91 33 16 0 41 55 2B E 4A 21
Octal 221 63 26 0 101 125 53 16 112 41
Binary 10010001 110011 10110 0 1000001 1010101 101011 1110 1001010 100001

Color Harmonies of #913316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913316

Black with #913316

Text Example


Text Example

White with #913316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913316; }

 p { color: rgb(145,51,22); }

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

background-color css

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

 a { background-color: rgb(145,51,22); }

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

border-color css

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

 span { border-color: rgb(145,51,22); }

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