Html Css Color HEX #842A1D Burnt Umber

📋 copy color: '#842A1D'

red 132 ◦ green 42 ◦ blue 29

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

Shades of Burnt Umber #842A1D

Tints of Burnt Umber #842A1D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.69%

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

R = 65.02%
G = 20.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#842A1D (or 0x842A1D) is known color: Burnt Umber. HEX triplet: 84, 2A and 1D. RGB value is (132,42,29). Sum of RGB (Red+Green+Blue) = 132+42+29=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #842A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A1D is #7BD5E2. Grayscale: #434343. Windows color (decimal): -8115683 or 1911428. OLE color: 1911428.

HSL color Cylindrical-coordinate representation of color #842A1D: hue angle of 7.57º 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 #842A1D is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 42 29 -
CMYK 0 0.68 0.78 0.48
HSL 7.57º 0.64% 0.32% -
HSV(B) 7.57º 0.78% 0.52% -
XYZ 10.57 6.65 1.89 -
YUV 67.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 132 42 29 0 0.68 0.78 0.48 7.57 0.64 0.32
Hex 84 2A 1D 0 44 4E 30 8 40 20
Octal 204 52 35 0 104 116 60 10 100 40
Binary 10000100 101010 11101 0 1000100 1001110 110000 1000 1000000 100000

Color Harmonies of #842A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A1D

Black with #842A1D

Text Example


Text Example

White with #842A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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