Html Css Color HEX #813320 Burnt Umber

📋 copy color: '#813320'

red 129 ◦ green 51 ◦ blue 32

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

Shades of Burnt Umber #813320

Tints of Burnt Umber #813320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 60.85%
G = 24.06%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#813320 (or 0x813320) is known color: Burnt Umber. HEX triplet: 81, 33 and 20. RGB value is (129,51,32). Sum of RGB (Red+Green+Blue) = 129+51+32=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #813320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813320 is #7ECCDF. Grayscale: #484848. Windows color (decimal): -8309984 or 2110337. OLE color: 2110337.

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

Color convert

RGB 129 51 32 -
CMYK 0 0.60 0.75 0.49
HSL 11.75º 0.6% 0.32% -
HSV(B) 11.75º 0.75% 0.51% -
XYZ 10.5 7.14 2.19 -
YUV 72.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 129 51 32 0 0.60 0.75 0.49 11.75 0.6 0.32
Hex 81 33 20 0 3C 4B 31 C 3C 20
Octal 201 63 40 0 74 113 61 14 74 40
Binary 10000001 110011 100000 0 111100 1001011 110001 1100 111100 100000

Color Harmonies of #813320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813320

Black with #813320

Text Example


Text Example

White with #813320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813320; }

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

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

background-color css

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

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

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

border-color css

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

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

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