#792A05

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

Shades of Peru Tan #792A05

Tints of Peru Tan #792A05

Color information

#792A05 (or 0x792A05) is unknown color: approx Peru Tan. HEX triplet: 79, 2A and 05. RGB value is (121,42,5). Sum of RGB (Red+Green+Blue) = 121+42+5=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #792A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A05 is #86D5FA. Grayscale: #3D3D3D. Windows color (decimal): -8836603 or 338553. OLE color: 338553.

HSL color Cylindrical-coordinate representation of color #792A05: hue angle of 19.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #792A05 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB121425-
CMYK00.650.960.53
HSL19.14º92.06%24.71%-
HSV(B)19.14º95.87%47.45%-
XYZ8.745.730.79-
YUV61.496.17170.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.02%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=72.02%
G=25%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12142500.650.960.5319.1492.0624.71
Hex792A50416035135c19
Octal1715250101140652313431
Binary111100110101010101000001110000011010110011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,42,5); }

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

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

 a { background-color: rgb(121,42,5); }

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

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

 span { border-color: rgb(121,42,5); }

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