Html Css Color HEX #842B1D Burnt Umber

📋 copy color: '#842B1D'

red 132 ◦ green 43 ◦ blue 29

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

Shades of Burnt Umber #842B1D

Tints of Burnt Umber #842B1D

RGB

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

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

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

R = 64.71%
G = 21.08%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#842B1D (or 0x842B1D) is known color: Burnt Umber. HEX triplet: 84, 2B and 1D. RGB value is (132,43,29). Sum of RGB (Red+Green+Blue) = 132+43+29=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #842B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842B1D is #7BD4E2. Grayscale: #444444. Windows color (decimal): -8115427 or 1911684. OLE color: 1911684.

HSL color Cylindrical-coordinate representation of color #842B1D: hue angle of 8.16º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #842B1D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 43 29 -
CMYK 0 0.67 0.78 0.48
HSL 8.16º 0.64% 0.32% -
HSV(B) 8.16º 0.78% 0.52% -
XYZ 10.6 6.72 1.9 -
YUV 68.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 132 43 29 0 0.67 0.78 0.48 8.16 0.64 0.32
Hex 84 2B 1D 0 43 4E 30 8 40 20
Octal 204 53 35 0 103 116 60 10 100 40
Binary 10000100 101011 11101 0 1000011 1001110 110000 1000 1000000 100000

Color Harmonies of #842B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842B1D

Black with #842B1D

Text Example


Text Example

White with #842B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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