Html Css Color HEX #812A20 Burnt Umber

📋 copy color: '#812A20'

red 129 ◦ green 42 ◦ blue 32

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

Shades of Burnt Umber #812A20

Tints of Burnt Umber #812A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 63.55%
G = 20.69%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#812A20 (or 0x812A20) is known color: Burnt Umber. HEX triplet: 81, 2A and 20. RGB value is (129,42,32). Sum of RGB (Red+Green+Blue) = 129+42+32=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A20 is #7ED5DF. Grayscale: #424242. Windows color (decimal): -8312288 or 2108033. OLE color: 2108033.

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

Color convert

RGB 129 42 32 -
CMYK 0 0.67 0.75 0.49
HSL 6.19º 0.6% 0.32% -
HSV(B) 6.19º 0.75% 0.51% -
XYZ 10.14 6.43 2.07 -
YUV 66.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 129 42 32 0 0.67 0.75 0.49 6.19 0.6 0.32
Hex 81 2A 20 0 43 4B 31 6 3C 20
Octal 201 52 40 0 103 113 61 6 74 40
Binary 10000001 101010 100000 0 1000011 1001011 110001 110 111100 100000

Color Harmonies of #812A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812A20

Black with #812A20

Text Example


Text Example

White with #812A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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