Html Css Color HEX #803315 Peru Tan

📋 copy color: '#803315'

red 128 ◦ green 51 ◦ blue 21

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

Shades of Peru Tan #803315

Tints of Peru Tan #803315

RGB

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

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

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

R = 64%
G = 25.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#803315 (or 0x803315) is known color: Peru Tan. HEX triplet: 80, 33 and 15. RGB value is (128,51,21). Sum of RGB (Red+Green+Blue) = 128+51+21=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #803315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803315 is #7FCCEA. Grayscale: #464646. Windows color (decimal): -8375531 or 1389440. OLE color: 1389440.

HSL color Cylindrical-coordinate representation of color #803315: hue angle of 16.82º 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 #803315 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 21 -
CMYK 0 0.60 0.84 0.50
HSL 16.82º 0.72% 0.29% -
HSV(B) 16.82º 0.84% 0.5% -
XYZ 10.22 7.01 1.52 -
YUV 70.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 128 51 21 0 0.60 0.84 0.50 16.82 0.72 0.29
Hex 80 33 15 0 3C 54 32 11 48 1D
Octal 200 63 25 0 74 124 62 21 110 35
Binary 10000000 110011 10101 0 111100 1010100 110010 10001 1001000 11101

Color Harmonies of #803315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803315

Black with #803315

Text Example


Text Example

White with #803315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803315; }

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

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

background-color css

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

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

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

border-color css

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

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

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