Html Css Color HEX #842A16 Burnt Umber

📋 copy color: '#842A16'

red 132 ◦ green 42 ◦ blue 22

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

Shades of Burnt Umber #842A16

Tints of Burnt Umber #842A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 67.35%
G = 21.43%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#842A16 (or 0x842A16) is known color: Burnt Umber. HEX triplet: 84, 2A and 16. RGB value is (132,42,22). Sum of RGB (Red+Green+Blue) = 132+42+22=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #842A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842A16 is #7BD5E9. Grayscale: #424242. Windows color (decimal): -8115690 or 1452676. OLE color: 1452676.

HSL color Cylindrical-coordinate representation of color #842A16: hue angle of 10.91º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #842A16 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 42 22 -
CMYK 0 0.68 0.83 0.48
HSL 10.91º 0.71% 0.3% -
HSV(B) 10.91º 0.83% 0.52% -
XYZ 10.49 6.62 1.48 -
YUV 66.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 132 42 22 0 0.68 0.83 0.48 10.91 0.71 0.3
Hex 84 2A 16 0 44 53 30 B 47 1E
Octal 204 52 26 0 104 123 60 13 107 36
Binary 10000100 101010 10110 0 1000100 1010011 110000 1011 1000111 11110

Color Harmonies of #842A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842A16

Black with #842A16

Text Example


Text Example

White with #842A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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