#792A0A

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

Shades of Peru Tan #792A0A

Tints of Peru Tan #792A0A

Color information

#792A0A (or 0x792A0A) is unknown color: approx Peru Tan. HEX triplet: 79, 2A and 0A. RGB value is (121,42,10). Sum of RGB (Red+Green+Blue) = 121+42+10=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #792A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A0A is #86D5F5. Grayscale: #3E3E3E. Windows color (decimal): -8836598 or 666233. OLE color: 666233.

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

Color convert

RGB1214210-
CMYK00.650.920.53
HSL17.3º84.73%25.69%-
HSV(B)17.3º91.74%47.45%-
XYZ8.775.740.93-
YUV61.9798.67170.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.94%
GREEN value IS 42 (16.80% from 255) = 24.28%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=69.94%
G=24.28%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121421000.650.920.5317.384.7325.69
Hex792AA0415C3511551a
Octal17152120101134652112532
Binary1111001101010101001000001101110011010110001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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