Html Css Color HEX #813820 Burnt Umber

📋 copy color: '#813820'

red 129 ◦ green 56 ◦ blue 32

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

Shades of Burnt Umber #813820

Tints of Burnt Umber #813820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 59.45%
G = 25.81%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#813820 (or 0x813820) is known color: Burnt Umber. HEX triplet: 81, 38 and 20. RGB value is (129,56,32). Sum of RGB (Red+Green+Blue) = 129+56+32=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #813820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813820 is #7EC7DF. Grayscale: #4B4B4B. Windows color (decimal): -8308704 or 2111617. OLE color: 2111617.

HSL color Cylindrical-coordinate representation of color #813820: hue angle of 14.85º 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 #813820 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 56 32 -
CMYK 0 0.57 0.75 0.49
HSL 14.85º 0.6% 0.32% -
HSV(B) 14.85º 0.75% 0.51% -
XYZ 10.73 7.6 2.27 -
YUV 75.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 129 56 32 0 0.57 0.75 0.49 14.85 0.6 0.32
Hex 81 38 20 0 39 4B 31 F 3C 20
Octal 201 70 40 0 71 113 61 17 74 40
Binary 10000001 111000 100000 0 111001 1001011 110001 1111 111100 100000

Color Harmonies of #813820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813820

Black with #813820

Text Example


Text Example

White with #813820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813820; }

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

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

background-color css

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

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

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

border-color css

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

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

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