Html Css Color HEX #812B1D Burnt Umber

📋 copy color: '#812B1D'

red 129 ◦ green 43 ◦ blue 29

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

Shades of Burnt Umber #812B1D

Tints of Burnt Umber #812B1D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.39%

 BLUE value IS 29 (11.72% from 255) = 14.43%

R = 64.18%
G = 21.39%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#812B1D (or 0x812B1D) is known color: Burnt Umber. HEX triplet: 81, 2B and 1D. RGB value is (129,43,29). Sum of RGB (Red+Green+Blue) = 129+43+29=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B1D is #7ED4E2. Grayscale: #434343. Windows color (decimal): -8312035 or 1911681. OLE color: 1911681.

HSL color Cylindrical-coordinate representation of color #812B1D: hue angle of 8.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #812B1D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 43 29 -
CMYK 0 0.67 0.78 0.49
HSL 8.4º 0.63% 0.31% -
HSV(B) 8.4º 0.78% 0.51% -
XYZ 10.14 6.48 1.88 -
YUV 67.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 129 43 29 0 0.67 0.78 0.49 8.4 0.63 0.31
Hex 81 2B 1D 0 43 4E 31 8 3F 1F
Octal 201 53 35 0 103 116 61 10 77 37
Binary 10000001 101011 11101 0 1000011 1001110 110001 1000 111111 11111

Color Harmonies of #812B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812B1D

Black with #812B1D

Text Example


Text Example

White with #812B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,43,29); }

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

background-color css

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

 a { background-color: rgb(129,43,29); }

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

border-color css

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

 span { border-color: rgb(129,43,29); }

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