Html Css Color HEX #812912 Burnt Umber

📋 copy color: '#812912'

red 129 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #812912

Tints of Burnt Umber #812912

RGB

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

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

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

R = 68.62%
G = 21.81%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812912 (or 0x812912) is known color: Burnt Umber. HEX triplet: 81, 29 and 12. RGB value is (129,41,18). Sum of RGB (Red+Green+Blue) = 129+41+18=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #812912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812912 is #7ED6ED. Grayscale: #404040. Windows color (decimal): -8312558 or 1190273. OLE color: 1190273.

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

Color convert

RGB 129 41 18 -
CMYK 0 0.68 0.86 0.49
HSL 12.43º 0.76% 0.29% -
HSV(B) 12.43º 0.86% 0.51% -
XYZ 9.96 6.3 1.26 -
YUV 64.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 129 41 18 0 0.68 0.86 0.49 12.43 0.76 0.29
Hex 81 29 12 0 44 56 31 C 4C 1D
Octal 201 51 22 0 104 126 61 14 114 35
Binary 10000001 101001 10010 0 1000100 1010110 110001 1100 1001100 11101

Color Harmonies of #812912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812912

Black with #812912

Text Example


Text Example

White with #812912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812912; }

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

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

background-color css

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

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

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

border-color css

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

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

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