Html Css Color HEX #842C14 Burnt Umber

📋 copy color: '#842C14'

red 132 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #842C14

Tints of Burnt Umber #842C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

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

R = 67.35%
G = 22.45%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#842C14 (or 0x842C14) is known color: Burnt Umber. HEX triplet: 84, 2C and 14. RGB value is (132,44,20). Sum of RGB (Red+Green+Blue) = 132+44+20=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #842C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #842C14 is #7BD3EB. Grayscale: #434343. Windows color (decimal): -8115180 or 1322116. OLE color: 1322116.

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

Color convert

RGB 132 44 20 -
CMYK 0 0.67 0.85 0.48
HSL 12.86º 0.74% 0.3% -
HSV(B) 12.86º 0.85% 0.52% -
XYZ 10.54 6.76 1.41 -
YUV 67.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 132 44 20 0 0.67 0.85 0.48 12.86 0.74 0.3
Hex 84 2C 14 0 43 55 30 D 4A 1E
Octal 204 54 24 0 103 125 60 15 112 36
Binary 10000100 101100 10100 0 1000011 1010101 110000 1101 1001010 11110

Color Harmonies of #842C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842C14

Black with #842C14

Text Example


Text Example

White with #842C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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