Html Css Color HEX #813421 Burnt Umber

📋 copy color: '#813421'

red 129 ◦ green 52 ◦ blue 33

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

Shades of Burnt Umber #813421

Tints of Burnt Umber #813421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 60.28%
G = 24.3%
B = 15.42%

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

#813421 (or 0x813421) is known color: Burnt Umber. HEX triplet: 81, 34 and 21. RGB value is (129,52,33). Sum of RGB (Red+Green+Blue) = 129+52+33=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #813421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #813421 is #7ECBDE. Grayscale: #494949. Windows color (decimal): -8309727 or 2176129. OLE color: 2176129.

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

Color convert

RGB 129 52 33 -
CMYK 0 0.60 0.74 0.49
HSL 11.88º 0.59% 0.32% -
HSV(B) 11.88º 0.74% 0.51% -
XYZ 10.56 7.23 2.28 -
YUV 72.86 105.51 168.04 -
System Red Green Blue C M Y K H S L
Decimal 129 52 33 0 0.60 0.74 0.49 11.88 0.59 0.32
Hex 81 34 21 0 3C 4A 31 C 3B 20
Octal 201 64 41 0 74 112 61 14 73 40
Binary 10000001 110100 100001 0 111100 1001010 110001 1100 111011 100000

Color Harmonies of #813421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813421

Black with #813421

Text Example


Text Example

White with #813421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813421; }

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

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

background-color css

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

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

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

border-color css

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

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

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