#792F08

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

Shades of Peru Tan #792F08

Tints of Peru Tan #792F08

Color information

#792F08 (or 0x792F08) is unknown color: approx Peru Tan. HEX triplet: 79, 2F and 08. RGB value is (121,47,8). Sum of RGB (Red+Green+Blue) = 121+47+8=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 8 (3.52% from 255 or 4.55% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #792F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792F08 is #86D0F7. Grayscale: #404040. Windows color (decimal): -8835320 or 536441. OLE color: 536441.

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

Color convert

RGB121478-
CMYK00.610.930.53
HSL20.71º87.6%25.29%-
HSV(B)20.71º93.39%47.45%-
XYZ8.956.120.94-
YUV64.6896.02168.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 8 (3.52% from 255) = 4.55%
R=68.75%
G=26.70%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12147800.610.930.5320.7187.625.29
Hex792F803D5D35155819
Octal1715710075135652513031
Binary111100110111110000111101101110111010110101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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