Html Css Color HEX #84520D Raw Umber

📋 copy color: '#84520D'

red 132 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #84520D

Tints of Raw Umber #84520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 58.15%
G = 36.12%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84520D (or 0x84520D) is known color: Raw Umber. HEX triplet: 84, 52 and 0D. RGB value is (132,82,13). Sum of RGB (Red+Green+Blue) = 132+82+13=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84520D is #7BADF2. Grayscale: #595959. Windows color (decimal): -8105459 or 873092. OLE color: 873092.

HSL color Cylindrical-coordinate representation of color #84520D: hue angle of 34.79º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84520D is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 13 -
CMYK 0 0.38 0.90 0.48
HSL 34.79º 0.82% 0.28% -
HSV(B) 34.79º 0.9% 0.52% -
XYZ 12.61 10.97 1.83 -
YUV 89.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 132 82 13 0 0.38 0.90 0.48 34.79 0.82 0.28
Hex 84 52 D 0 26 5A 30 23 52 1C
Octal 204 122 15 0 46 132 60 43 122 34
Binary 10000100 1010010 1101 0 100110 1011010 110000 100011 1010010 11100

Color Harmonies of #84520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84520D

Black with #84520D

Text Example


Text Example

White with #84520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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