Html Css Color HEX #842E14 Burnt Umber

📋 copy color: '#842E14'

red 132 ◦ green 46 ◦ blue 20

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

Shades of Burnt Umber #842E14

Tints of Burnt Umber #842E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 66.67%
G = 23.23%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#842E14 (or 0x842E14) is known color: Burnt Umber. HEX triplet: 84, 2E and 14. RGB value is (132,46,20). Sum of RGB (Red+Green+Blue) = 132+46+20=198 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.67% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 132 - color contains mainly: red. Hex color #842E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842E14 is #7BD1EB. Grayscale: #444444. Windows color (decimal): -8114668 or 1322628. OLE color: 1322628.

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

Color convert

RGB 132 46 20 -
CMYK 0 0.65 0.85 0.48
HSL 13.93º 0.74% 0.3% -
HSV(B) 13.93º 0.85% 0.52% -
XYZ 10.62 6.91 1.44 -
YUV 68.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 132 46 20 0 0.65 0.85 0.48 13.93 0.74 0.3
Hex 84 2E 14 0 41 55 30 E 4A 1E
Octal 204 56 24 0 101 125 60 16 112 36
Binary 10000100 101110 10100 0 1000001 1010101 110000 1110 1001010 11110

Color Harmonies of #842E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842E14

Black with #842E14

Text Example


Text Example

White with #842E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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