#792E02

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

Shades of Peru Tan #792E02

Tints of Peru Tan #792E02

Color information

#792E02 (or 0x792E02) is unknown color: approx Peru Tan. HEX triplet: 79, 2E and 02. RGB value is (121,46,2). Sum of RGB (Red+Green+Blue) = 121+46+2=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #792E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792E02 is #86D1FD. Grayscale: #3F3F3F. Windows color (decimal): -8835582 or 142969. OLE color: 142969.

HSL color Cylindrical-coordinate representation of color #792E02: hue angle of 22.18º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #792E02 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB121462-
CMYK00.620.980.53
HSL22.18º96.75%24.12%-
HSV(B)22.18º98.35%47.45%-
XYZ8.876.020.75-
YUV63.4193.35169.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=71.60%
G=27.22%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12146200.620.980.5322.1896.7524.12
Hex792E203E6235166118
Octal171562076142652614130
Binary1111001101110100111110110001011010110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,46,2); }

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

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

 a { background-color: rgb(121,46,2); }

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

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

 span { border-color: rgb(121,46,2); }

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