Html Css Color HEX #812D13 Burnt Umber

📋 copy color: '#812D13'

red 129 ◦ green 45 ◦ blue 19

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

Shades of Burnt Umber #812D13

Tints of Burnt Umber #812D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 66.84%
G = 23.32%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#812D13 (or 0x812D13) is known color: Burnt Umber. HEX triplet: 81, 2D and 13. RGB value is (129,45,19). Sum of RGB (Red+Green+Blue) = 129+45+19=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #812D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D13 is #7ED2EC. Grayscale: #434343. Windows color (decimal): -8311533 or 1256833. OLE color: 1256833.

HSL color Cylindrical-coordinate representation of color #812D13: hue angle of 14.18º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #812D13 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 45 19 -
CMYK 0 0.65 0.85 0.49
HSL 14.18º 0.74% 0.29% -
HSV(B) 14.18º 0.85% 0.51% -
XYZ 10.11 6.59 1.36 -
YUV 67.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 129 45 19 0 0.65 0.85 0.49 14.18 0.74 0.29
Hex 81 2D 13 0 41 55 31 E 4A 1D
Octal 201 55 23 0 101 125 61 16 112 35
Binary 10000001 101101 10011 0 1000001 1010101 110001 1110 1001010 11101

Color Harmonies of #812D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812D13

Black with #812D13

Text Example


Text Example

White with #812D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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