#793315

Color #793315 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #793315

Tints of Peru Tan #793315

Color information

#793315 (or 0x793315) is unknown color: approx Peru Tan. HEX triplet: 79, 33 and 15. RGB value is (121,51,21). Sum of RGB (Red+Green+Blue) = 121+51+21=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #793315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793315 is #86CCEA. Grayscale: #444444. Windows color (decimal): -8834283 or 1389433. OLE color: 1389433.

HSL color Cylindrical-coordinate representation of color #793315: hue angle of 18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #793315 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1215121-
CMYK00.580.830.53
HSL18º70.42%27.84%-
HSV(B)18º82.64%47.45%-
XYZ9.26.491.48-
YUV68.51101.19165.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=62.69%
G=26.42%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121512100.580.830.531870.4227.84
Hex79331503A533512461c
Octal1716325072123652210634
Binary1111001110011101010111010101001111010110010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793315; }

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

 H1.HeaderClassName
 {
   color: #793315;
 }
 .AnyTagClassName
 {
   color: #793315;
 }
</style>
background-color css

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

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

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

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

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

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