Html Css Color HEX #812D12 Burnt Umber

📋 copy color: '#812D12'

red 129 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #812D12

Tints of Burnt Umber #812D12

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.44%

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

R = 67.19%
G = 23.44%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#812D12 (or 0x812D12) is known color: Burnt Umber. HEX triplet: 81, 2D and 12. RGB value is (129,45,18). Sum of RGB (Red+Green+Blue) = 129+45+18=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #812D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D12 is #7ED2ED. Grayscale: #434343. Windows color (decimal): -8311534 or 1191297. OLE color: 1191297.

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

Color convert

RGB 129 45 18 -
CMYK 0 0.65 0.86 0.49
HSL 14.59º 0.76% 0.29% -
HSV(B) 14.59º 0.86% 0.51% -
XYZ 10.1 6.59 1.31 -
YUV 67.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 129 45 18 0 0.65 0.86 0.49 14.59 0.76 0.29
Hex 81 2D 12 0 41 56 31 F 4C 1D
Octal 201 55 22 0 101 126 61 17 114 35
Binary 10000001 101101 10010 0 1000001 1010110 110001 1111 1001100 11101

Color Harmonies of #812D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D12

Black with #812D12

Text Example


Text Example

White with #812D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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