#792F15

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

Shades of Peru Tan #792F15

Tints of Peru Tan #792F15

Color information

#792F15 (or 0x792F15) is unknown color: approx Peru Tan. HEX triplet: 79, 2F and 15. RGB value is (121,47,21). Sum of RGB (Red+Green+Blue) = 121+47+21=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #792F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792F15 is #86D0EA. Grayscale: #424242. Windows color (decimal): -8835307 or 1388409. OLE color: 1388409.

HSL color Cylindrical-coordinate representation of color #792F15: hue angle of 15.6º 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 #792F15 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1214721-
CMYK00.610.830.53
HSL15.6º70.42%27.84%-
HSV(B)15.6º82.64%47.45%-
XYZ9.046.151.42-
YUV66.16102.52167.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 47 (18.75% from 255) = 24.87%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=64.02%
G=24.87%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121472100.610.830.5315.670.4227.84
Hex792F1503D533510461c
Octal1715725075123652010634
Binary1111001101111101010111101101001111010110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792F15; }

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

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

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

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

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

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

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

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