Html Css Color HEX #84520E Raw Umber

📋 copy color: '#84520E'

red 132 ◦ green 82 ◦ blue 14

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

Shades of Raw Umber #84520E

Tints of Raw Umber #84520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.96%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 57.89%
G = 35.96%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84520E (or 0x84520E) is known color: Raw Umber. HEX triplet: 84, 52 and 0E. RGB value is (132,82,14). Sum of RGB (Red+Green+Blue) = 132+82+14=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84520E is #7BADF1. Grayscale: #595959. Windows color (decimal): -8105458 or 938628. OLE color: 938628.

HSL color Cylindrical-coordinate representation of color #84520E: hue angle of 34.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84520E is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 14 -
CMYK 0 0.38 0.89 0.48
HSL 34.58º 0.81% 0.29% -
HSV(B) 34.58º 0.89% 0.52% -
XYZ 12.61 10.97 1.87 -
YUV 89.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 132 82 14 0 0.38 0.89 0.48 34.58 0.81 0.29
Hex 84 52 E 0 26 59 30 23 51 1D
Octal 204 122 16 0 46 131 60 43 121 35
Binary 10000100 1010010 1110 0 100110 1011001 110000 100011 1010001 11101

Color Harmonies of #84520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84520E

Black with #84520E

Text Example


Text Example

White with #84520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84520E; }

 p { color: rgb(132,82,14); }

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

background-color css

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

 a { background-color: rgb(132,82,14); }

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

border-color css

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

 span { border-color: rgb(132,82,14); }

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