Html Css Color HEX #842F14 Burnt Umber

📋 copy color: '#842F14'

red 132 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #842F14

Tints of Burnt Umber #842F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

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

R = 66.33%
G = 23.62%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#842F14 (or 0x842F14) is known color: Burnt Umber. HEX triplet: 84, 2F and 14. RGB value is (132,47,20). Sum of RGB (Red+Green+Blue) = 132+47+20=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #842F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842F14 is #7BD0EB. Grayscale: #454545. Windows color (decimal): -8114412 or 1322884. OLE color: 1322884.

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

Color convert

RGB 132 47 20 -
CMYK 0 0.64 0.85 0.48
HSL 14.46º 0.74% 0.3% -
HSV(B) 14.46º 0.85% 0.52% -
XYZ 10.66 6.99 1.45 -
YUV 69.34 100.16 172.7 -
System Red Green Blue C M Y K H S L
Decimal 132 47 20 0 0.64 0.85 0.48 14.46 0.74 0.3
Hex 84 2F 14 0 40 55 30 E 4A 1E
Octal 204 57 24 0 100 125 60 16 112 36
Binary 10000100 101111 10100 0 1000000 1010101 110000 1110 1001010 11110

Color Harmonies of #842F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842F14

Black with #842F14

Text Example


Text Example

White with #842F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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