Html Css Color HEX #913217 Burnt Umber

📋 copy color: '#913217'

red 145 ◦ green 50 ◦ blue 23

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

Shades of Burnt Umber #913217

Tints of Burnt Umber #913217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 66.51%
G = 22.94%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#913217 (or 0x913217) is known color: Burnt Umber. HEX triplet: 91, 32 and 17. RGB value is (145,50,23). Sum of RGB (Red+Green+Blue) = 145+50+23=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #913217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913217 is #6ECDE8. Grayscale: #4B4B4B. Windows color (decimal): -7261673 or 1520273. OLE color: 1520273.

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

Color convert

RGB 145 50 23 -
CMYK 0 0.66 0.84 0.43
HSL 13.28º 0.73% 0.33% -
HSV(B) 13.28º 0.84% 0.57% -
XYZ 12.97 8.36 1.74 -
YUV 75.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 145 50 23 0 0.66 0.84 0.43 13.28 0.73 0.33
Hex 91 32 17 0 42 54 2B D 49 21
Octal 221 62 27 0 102 124 53 15 111 41
Binary 10010001 110010 10111 0 1000010 1010100 101011 1101 1001001 100001

Color Harmonies of #913217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913217

Black with #913217

Text Example


Text Example

White with #913217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913217; }

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

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

background-color css

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

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

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

border-color css

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

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

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