Html Css Color HEX #842E0D Burnt Umber

📋 copy color: '#842E0D'

red 132 ◦ green 46 ◦ blue 13

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

Shades of Burnt Umber #842E0D

Tints of Burnt Umber #842E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 69.11%
G = 24.08%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#842E0D (or 0x842E0D) is known color: Burnt Umber. HEX triplet: 84, 2E and 0D. RGB value is (132,46,13). Sum of RGB (Red+Green+Blue) = 132+46+13=191 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.11% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 132 - color contains mainly: red. Hex color #842E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E0D is #7BD1F2. Grayscale: #444444. Windows color (decimal): -8114675 or 863876. OLE color: 863876.

HSL color Cylindrical-coordinate representation of color #842E0D: hue angle of 16.64º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #842E0D is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 46 13 -
CMYK 0 0.65 0.90 0.48
HSL 16.64º 0.82% 0.28% -
HSV(B) 16.64º 0.9% 0.52% -
XYZ 10.57 6.89 1.15 -
YUV 67.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 132 46 13 0 0.65 0.90 0.48 16.64 0.82 0.28
Hex 84 2E D 0 41 5A 30 11 52 1C
Octal 204 56 15 0 101 132 60 21 122 34
Binary 10000100 101110 1101 0 1000001 1011010 110000 10001 1010010 11100

Color Harmonies of #842E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E0D

Black with #842E0D

Text Example


Text Example

White with #842E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,46,13); }

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

background-color css

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

 a { background-color: rgb(132,46,13); }

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

border-color css

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

 span { border-color: rgb(132,46,13); }

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