Html Css Color HEX #913716 Burnt Umber

📋 copy color: '#913716'

red 145 ◦ green 55 ◦ blue 22

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

Shades of Burnt Umber #913716

Tints of Burnt Umber #913716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

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

R = 65.32%
G = 24.77%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#913716 (or 0x913716) is known color: Burnt Umber. HEX triplet: 91, 37 and 16. RGB value is (145,55,22). Sum of RGB (Red+Green+Blue) = 145+55+22=222 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.32% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 145 - color contains mainly: red. Hex color #913716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913716 is #6EC8E9. Grayscale: #4E4E4E. Windows color (decimal): -7260394 or 1456017. OLE color: 1456017.

HSL color Cylindrical-coordinate representation of color #913716: hue angle of 16.1º 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 #913716 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 55 22 -
CMYK 0 0.62 0.85 0.43
HSL 16.1º 0.74% 0.33% -
HSV(B) 16.1º 0.85% 0.57% -
XYZ 13.19 8.81 1.76 -
YUV 78.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 145 55 22 0 0.62 0.85 0.43 16.1 0.74 0.33
Hex 91 37 16 0 3E 55 2B 10 4A 21
Octal 221 67 26 0 76 125 53 20 112 41
Binary 10010001 110111 10110 0 111110 1010101 101011 10000 1001010 100001

Color Harmonies of #913716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913716

Black with #913716

Text Example


Text Example

White with #913716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913716; }

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

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

background-color css

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

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

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

border-color css

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

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

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