Html Css Color HEX #843014 Burnt Umber

📋 copy color: '#843014'

red 132 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #843014

Tints of Burnt Umber #843014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 66%
G = 24%
B = 10%

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

#843014 (or 0x843014) is known color: Burnt Umber. HEX triplet: 84, 30 and 14. RGB value is (132,48,20). Sum of RGB (Red+Green+Blue) = 132+48+20=200 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 132 - color contains mainly: red. Hex color #843014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843014 is #7BCFEB. Grayscale: #464646. Windows color (decimal): -8114156 or 1323140. OLE color: 1323140.

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

Color convert

RGB 132 48 20 -
CMYK 0 0.64 0.85 0.48
HSL 15º 0.74% 0.3% -
HSV(B) 15º 0.85% 0.52% -
XYZ 10.7 7.07 1.46 -
YUV 69.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 132 48 20 0 0.64 0.85 0.48 15 0.74 0.3
Hex 84 30 14 0 40 55 30 F 4A 1E
Octal 204 60 24 0 100 125 60 17 112 36
Binary 10000100 110000 10100 0 1000000 1010101 110000 1111 1001010 11110

Color Harmonies of #843014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843014

Black with #843014

Text Example


Text Example

White with #843014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843014; }

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

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

background-color css

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

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

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

border-color css

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

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

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