Html Css Color HEX #80520D Raw Umber

📋 copy color: '#80520D'

red 128 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #80520D

Tints of Raw Umber #80520D

RGB

 RED value IS 128 (50.39% from 255) = 57.4%

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

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

R = 57.4%
G = 36.77%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80520D (or 0x80520D) is known color: Raw Umber. HEX triplet: 80, 52 and 0D. RGB value is (128,82,13). Sum of RGB (Red+Green+Blue) = 128+82+13=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #80520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80520D is #7FADF2. Grayscale: #585858. Windows color (decimal): -8367603 or 873088. OLE color: 873088.

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

Color convert

RGB 128 82 13 -
CMYK 0 0.36 0.90 0.50
HSL 36º 0.82% 0.28% -
HSV(B) 36º 0.9% 0.5% -
XYZ 11.99 10.65 1.8 -
YUV 87.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 128 82 13 0 0.36 0.90 0.50 36 0.82 0.28
Hex 80 52 D 0 24 5A 32 24 52 1C
Octal 200 122 15 0 44 132 62 44 122 34
Binary 10000000 1010010 1101 0 100100 1011010 110010 100100 1010010 11100

Color Harmonies of #80520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80520D

Black with #80520D

Text Example


Text Example

White with #80520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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