Html Css Color HEX #843314 Burnt Umber

📋 copy color: '#843314'

red 132 ◦ green 51 ◦ blue 20

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

Shades of Burnt Umber #843314

Tints of Burnt Umber #843314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.12%

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

R = 65.02%
G = 25.12%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#843314 (or 0x843314) is known color: Burnt Umber. HEX triplet: 84, 33 and 14. RGB value is (132,51,20). Sum of RGB (Red+Green+Blue) = 132+51+20=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #843314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843314 is #7BCCEB. Grayscale: #474747. Windows color (decimal): -8113388 or 1323908. OLE color: 1323908.

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

Color convert

RGB 132 51 20 -
CMYK 0 0.61 0.85 0.48
HSL 16.61º 0.74% 0.3% -
HSV(B) 16.61º 0.85% 0.52% -
XYZ 10.83 7.32 1.5 -
YUV 71.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 132 51 20 0 0.61 0.85 0.48 16.61 0.74 0.3
Hex 84 33 14 0 3D 55 30 11 4A 1E
Octal 204 63 24 0 75 125 60 21 112 36
Binary 10000100 110011 10100 0 111101 1010101 110000 10001 1001010 11110

Color Harmonies of #843314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843314

Black with #843314

Text Example


Text Example

White with #843314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843314; }

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

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

background-color css

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

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

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

border-color css

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

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

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