Html Css Color HEX #812812 Burnt Umber

📋 copy color: '#812812'

red 129 ◦ green 40 ◦ blue 18

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

Shades of Burnt Umber #812812

Tints of Burnt Umber #812812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.39%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 68.98%
G = 21.39%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812812 (or 0x812812) is known color: Burnt Umber. HEX triplet: 81, 28 and 12. RGB value is (129,40,18). Sum of RGB (Red+Green+Blue) = 129+40+18=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812812 is #7ED7ED. Grayscale: #404040. Windows color (decimal): -8312814 or 1190017. OLE color: 1190017.

HSL color Cylindrical-coordinate representation of color #812812: hue angle of 11.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #812812 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 18 -
CMYK 0 0.69 0.86 0.49
HSL 11.89º 0.76% 0.29% -
HSV(B) 11.89º 0.86% 0.51% -
XYZ 9.92 6.23 1.25 -
YUV 64.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 129 40 18 0 0.69 0.86 0.49 11.89 0.76 0.29
Hex 81 28 12 0 45 56 31 C 4C 1D
Octal 201 50 22 0 105 126 61 14 114 35
Binary 10000001 101000 10010 0 1000101 1010110 110001 1100 1001100 11101

Color Harmonies of #812812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812812

Black with #812812

Text Example


Text Example

White with #812812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812812; }

 p { color: rgb(129,40,18); }

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

background-color css

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

 a { background-color: rgb(129,40,18); }

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

border-color css

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

 span { border-color: rgb(129,40,18); }

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