Html Css Color HEX #813020 Burnt Umber

📋 copy color: '#813020'

red 129 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #813020

Tints of Burnt Umber #813020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.31%

R = 61.72%
G = 22.97%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#813020 (or 0x813020) is known color: Burnt Umber. HEX triplet: 81, 30 and 20. RGB value is (129,48,32). Sum of RGB (Red+Green+Blue) = 129+48+32=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #813020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813020 is #7ECFDF. Grayscale: #464646. Windows color (decimal): -8310752 or 2109569. OLE color: 2109569.

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

Color convert

RGB 129 48 32 -
CMYK 0 0.63 0.75 0.49
HSL 9.9º 0.6% 0.32% -
HSV(B) 9.9º 0.75% 0.51% -
XYZ 10.37 6.89 2.15 -
YUV 70.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 129 48 32 0 0.63 0.75 0.49 9.9 0.6 0.32
Hex 81 30 20 0 3F 4B 31 A 3C 20
Octal 201 60 40 0 77 113 61 12 74 40
Binary 10000001 110000 100000 0 111111 1001011 110001 1010 111100 100000

Color Harmonies of #813020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813020

Black with #813020

Text Example


Text Example

White with #813020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813020; }

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

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

background-color css

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

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

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

border-color css

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

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

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