Html Css Color HEX #842811 Burnt Umber

📋 copy color: '#842811'

red 132 ◦ green 40 ◦ blue 17

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

Shades of Burnt Umber #842811

Tints of Burnt Umber #842811

RGB

 RED value IS 132 (51.95% from 255) = 69.84%

 GREEN value IS 40 (16.02% from 255) = 21.16%

 BLUE value IS 17 (7.03% from 255) = 8.99%

R = 69.84%
G = 21.16%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#842811 (or 0x842811) is known color: Burnt Umber. HEX triplet: 84, 28 and 11. RGB value is (132,40,17). Sum of RGB (Red+Green+Blue) = 132+40+17=189 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.84% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 17 (7.03% from 255 or 8.99% from 189); Max value from RGB is 132 - color contains mainly: red. Hex color #842811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842811 is #7BD7EE. Grayscale: #414141. Windows color (decimal): -8116207 or 1124484. OLE color: 1124484.

HSL color Cylindrical-coordinate representation of color #842811: hue angle of 12º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #842811 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 17 -
CMYK 0 0.70 0.87 0.48
HSL 12º 0.77% 0.29% -
HSV(B) 12º 0.87% 0.52% -
XYZ 10.38 6.46 1.23 -
YUV 64.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 132 40 17 0 0.70 0.87 0.48 12 0.77 0.29
Hex 84 28 11 0 46 57 30 C 4D 1D
Octal 204 50 21 0 106 127 60 14 115 35
Binary 10000100 101000 10001 0 1000110 1010111 110000 1100 1001101 11101

Color Harmonies of #842811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842811

Black with #842811

Text Example


Text Example

White with #842811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842811; }

 p { color: rgb(132,40,17); }

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

background-color css

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

 a { background-color: rgb(132,40,17); }

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

border-color css

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

 span { border-color: rgb(132,40,17); }

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