Html Css Color HEX #812921 Burnt Umber

📋 copy color: '#812921'

red 129 ◦ green 41 ◦ blue 33

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

Shades of Burnt Umber #812921

Tints of Burnt Umber #812921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

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

R = 63.55%
G = 20.2%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#812921 (or 0x812921) is known color: Burnt Umber. HEX triplet: 81, 29 and 21. RGB value is (129,41,33). Sum of RGB (Red+Green+Blue) = 129+41+33=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812921 is #7ED6DE. Grayscale: #424242. Windows color (decimal): -8312543 or 2173313. OLE color: 2173313.

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

Color convert

RGB 129 41 33 -
CMYK 0 0.68 0.74 0.49
HSL 0.59% 0.32% -
HSV(B) 0.74% 0.51% -
XYZ 10.12 6.36 2.13 -
YUV 66.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 129 41 33 0 0.68 0.74 0.49 5 0.59 0.32
Hex 81 29 21 0 44 4A 31 5 3B 20
Octal 201 51 41 0 104 112 61 5 73 40
Binary 10000001 101001 100001 0 1000100 1001010 110001 101 111011 100000

Color Harmonies of #812921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812921

Black with #812921

Text Example


Text Example

White with #812921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812921; }

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

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

background-color css

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

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

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

border-color css

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

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

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