Html Css Color HEX #803515 Peru Tan

📋 copy color: '#803515'

red 128 ◦ green 53 ◦ blue 21

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

Shades of Peru Tan #803515

Tints of Peru Tan #803515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

 BLUE value IS 21 (8.59% from 255) = 10.4%

R = 63.37%
G = 26.24%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803515 (or 0x803515) is known color: Peru Tan. HEX triplet: 80, 35 and 15. RGB value is (128,53,21). Sum of RGB (Red+Green+Blue) = 128+53+21=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 21 (8.59% from 255 or 10.40% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #803515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803515 is #7FCAEA. Grayscale: #474747. Windows color (decimal): -8375019 or 1389952. OLE color: 1389952.

HSL color Cylindrical-coordinate representation of color #803515: hue angle of 17.94º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #803515 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 21 -
CMYK 0 0.59 0.84 0.50
HSL 17.94º 0.72% 0.29% -
HSV(B) 17.94º 0.84% 0.5% -
XYZ 10.31 7.19 1.55 -
YUV 71.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 128 53 21 0 0.59 0.84 0.50 17.94 0.72 0.29
Hex 80 35 15 0 3B 54 32 12 48 1D
Octal 200 65 25 0 73 124 62 22 110 35
Binary 10000000 110101 10101 0 111011 1010100 110010 10010 1001000 11101

Color Harmonies of #803515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803515

Black with #803515

Text Example


Text Example

White with #803515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803515; }

 p { color: rgb(128,53,21); }

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

background-color css

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

 a { background-color: rgb(128,53,21); }

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

border-color css

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

 span { border-color: rgb(128,53,21); }

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