Html Css Color HEX #812F21 Burnt Umber

📋 copy color: '#812F21'

red 129 ◦ green 47 ◦ blue 33

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

Shades of Burnt Umber #812F21

Tints of Burnt Umber #812F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

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

R = 61.72%
G = 22.49%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#812F21 (or 0x812F21) is known color: Burnt Umber. HEX triplet: 81, 2F and 21. RGB value is (129,47,33). Sum of RGB (Red+Green+Blue) = 129+47+33=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #812F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812F21 is #7ED0DE. Grayscale: #464646. Windows color (decimal): -8311007 or 2174849. OLE color: 2174849.

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

Color convert

RGB 129 47 33 -
CMYK 0 0.64 0.74 0.49
HSL 8.75º 0.59% 0.32% -
HSV(B) 8.75º 0.74% 0.51% -
XYZ 10.34 6.81 2.21 -
YUV 69.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 129 47 33 0 0.64 0.74 0.49 8.75 0.59 0.32
Hex 81 2F 21 0 40 4A 31 9 3B 20
Octal 201 57 41 0 100 112 61 11 73 40
Binary 10000001 101111 100001 0 1000000 1001010 110001 1001 111011 100000

Color Harmonies of #812F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F21

Black with #812F21

Text Example


Text Example

White with #812F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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