Html Css Color HEX #813016 Burnt Umber

📋 copy color: '#813016'

red 129 ◦ green 48 ◦ blue 22

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

Shades of Burnt Umber #813016

Tints of Burnt Umber #813016

RGB

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

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

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

R = 64.82%
G = 24.12%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#813016 (or 0x813016) is known color: Burnt Umber. HEX triplet: 81, 30 and 16. RGB value is (129,48,22). Sum of RGB (Red+Green+Blue) = 129+48+22=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #813016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813016 is #7ECFE9. Grayscale: #454545. Windows color (decimal): -8310762 or 1454209. OLE color: 1454209.

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

Color convert

RGB 129 48 22 -
CMYK 0 0.63 0.83 0.49
HSL 14.58º 0.71% 0.3% -
HSV(B) 14.58º 0.83% 0.51% -
XYZ 10.26 6.84 1.54 -
YUV 69.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 129 48 22 0 0.63 0.83 0.49 14.58 0.71 0.3
Hex 81 30 16 0 3F 53 31 F 47 1E
Octal 201 60 26 0 77 123 61 17 107 36
Binary 10000001 110000 10110 0 111111 1010011 110001 1111 1000111 11110

Color Harmonies of #813016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813016

Black with #813016

Text Example


Text Example

White with #813016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813016; }

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

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

background-color css

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

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

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

border-color css

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

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

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