Html Css Color HEX #813321 Burnt Umber

📋 copy color: '#813321'

red 129 ◦ green 51 ◦ blue 33

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

Shades of Burnt Umber #813321

Tints of Burnt Umber #813321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 60.56%
G = 23.94%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#813321 (or 0x813321) is known color: Burnt Umber. HEX triplet: 81, 33 and 21. RGB value is (129,51,33). Sum of RGB (Red+Green+Blue) = 129+51+33=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #813321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813321 is #7ECCDE. Grayscale: #484848. Windows color (decimal): -8309983 or 2175873. OLE color: 2175873.

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

Color convert

RGB 129 51 33 -
CMYK 0 0.60 0.74 0.49
HSL 11.25º 0.59% 0.32% -
HSV(B) 11.25º 0.74% 0.51% -
XYZ 10.51 7.14 2.26 -
YUV 72.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 129 51 33 0 0.60 0.74 0.49 11.25 0.59 0.32
Hex 81 33 21 0 3C 4A 31 B 3B 20
Octal 201 63 41 0 74 112 61 13 73 40
Binary 10000001 110011 100001 0 111100 1001010 110001 1011 111011 100000

Color Harmonies of #813321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813321

Black with #813321

Text Example


Text Example

White with #813321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813321; }

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

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

background-color css

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

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

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

border-color css

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

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

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