Html Css Color HEX #812E0D Burnt Umber

📋 copy color: '#812E0D'

red 129 ◦ green 46 ◦ blue 13

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

Shades of Burnt Umber #812E0D

Tints of Burnt Umber #812E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.47%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 68.62%
G = 24.47%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#812E0D (or 0x812E0D) is known color: Burnt Umber. HEX triplet: 81, 2E and 0D. RGB value is (129,46,13). Sum of RGB (Red+Green+Blue) = 129+46+13=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #812E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E0D is #7ED1F2. Grayscale: #434343. Windows color (decimal): -8311283 or 863873. OLE color: 863873.

HSL color Cylindrical-coordinate representation of color #812E0D: hue angle of 17.07º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #812E0D is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 46 13 -
CMYK 0 0.64 0.90 0.49
HSL 17.07º 0.82% 0.28% -
HSV(B) 17.07º 0.9% 0.51% -
XYZ 10.1 6.65 1.13 -
YUV 67.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 129 46 13 0 0.64 0.90 0.49 17.07 0.82 0.28
Hex 81 2E D 0 40 5A 31 11 52 1C
Octal 201 56 15 0 100 132 61 21 122 34
Binary 10000001 101110 1101 0 1000000 1011010 110001 10001 1010010 11100

Color Harmonies of #812E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E0D

Black with #812E0D

Text Example


Text Example

White with #812E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,46,13); }

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

background-color css

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

 a { background-color: rgb(129,46,13); }

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

border-color css

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

 span { border-color: rgb(129,46,13); }

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