Html Css Color HEX #813011 Burnt Umber

📋 copy color: '#813011'

red 129 ◦ green 48 ◦ blue 17

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

Shades of Burnt Umber #813011

Tints of Burnt Umber #813011

RGB

 RED value IS 129 (50.78% from 255) = 66.49%

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

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

R = 66.49%
G = 24.74%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#813011 (or 0x813011) is known color: Burnt Umber. HEX triplet: 81, 30 and 11. RGB value is (129,48,17). Sum of RGB (Red+Green+Blue) = 129+48+17=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #813011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813011 is #7ECFEE. Grayscale: #444444. Windows color (decimal): -8310767 or 1126529. OLE color: 1126529.

HSL color Cylindrical-coordinate representation of color #813011: hue angle of 16.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #813011 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 17 -
CMYK 0 0.63 0.87 0.49
HSL 16.61º 0.77% 0.29% -
HSV(B) 16.61º 0.87% 0.51% -
XYZ 10.21 6.82 1.31 -
YUV 68.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 129 48 17 0 0.63 0.87 0.49 16.61 0.77 0.29
Hex 81 30 11 0 3F 57 31 11 4D 1D
Octal 201 60 21 0 77 127 61 21 115 35
Binary 10000001 110000 10001 0 111111 1010111 110001 10001 1001101 11101

Color Harmonies of #813011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813011

Black with #813011

Text Example


Text Example

White with #813011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813011; }

 p { color: rgb(129,48,17); }

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

background-color css

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

 a { background-color: rgb(129,48,17); }

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

border-color css

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

 span { border-color: rgb(129,48,17); }

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