Html Css Color HEX #913010 Burnt Umber

📋 copy color: '#913010'

red 145 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #913010

Tints of Burnt Umber #913010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 69.38%
G = 22.97%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#913010 (or 0x913010) is known color: Burnt Umber. HEX triplet: 91, 30 and 10. RGB value is (145,48,16). Sum of RGB (Red+Green+Blue) = 145+48+16=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #913010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913010 is #6ECFEF. Grayscale: #494949. Windows color (decimal): -7262192 or 1061009. OLE color: 1061009.

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

Color convert

RGB 145 48 16 -
CMYK 0 0.67 0.89 0.43
HSL 14.88º 0.8% 0.32% -
HSV(B) 14.88º 0.89% 0.57% -
XYZ 12.83 8.17 1.39 -
YUV 73.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 145 48 16 0 0.67 0.89 0.43 14.88 0.8 0.32
Hex 91 30 10 0 43 59 2B F 50 20
Octal 221 60 20 0 103 131 53 17 120 40
Binary 10010001 110000 10000 0 1000011 1011001 101011 1111 1010000 100000

Color Harmonies of #913010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913010

Black with #913010

Text Example


Text Example

White with #913010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913010; }

 p { color: rgb(145,48,16); }

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

background-color css

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

 a { background-color: rgb(145,48,16); }

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

border-color css

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

 span { border-color: rgb(145,48,16); }

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