Html Css Color HEX #812F22 Burnt Umber

📋 copy color: '#812F22'

red 129 ◦ green 47 ◦ blue 34

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

Shades of Burnt Umber #812F22

Tints of Burnt Umber #812F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.19%

R = 61.43%
G = 22.38%
B = 16.19%

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

#812F22 (or 0x812F22) is known color: Burnt Umber. HEX triplet: 81, 2F and 22. RGB value is (129,47,34). Sum of RGB (Red+Green+Blue) = 129+47+34=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 34 (13.67% from 255 or 16.19% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #812F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812F22 is #7ED0DD. Grayscale: #464646. Windows color (decimal): -8311006 or 2240385. OLE color: 2240385.

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

Color convert

RGB 129 47 34 -
CMYK 0 0.64 0.74 0.49
HSL 8.21º 0.58% 0.32% -
HSV(B) 8.21º 0.74% 0.51% -
XYZ 10.36 6.82 2.28 -
YUV 70.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 129 47 34 0 0.64 0.74 0.49 8.21 0.58 0.32
Hex 81 2F 22 0 40 4A 31 8 3A 20
Octal 201 57 42 0 100 112 61 10 72 40
Binary 10000001 101111 100010 0 1000000 1001010 110001 1000 111010 100000

Color Harmonies of #812F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F22

Black with #812F22

Text Example


Text Example

White with #812F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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