#792B0A

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

Shades of Peru Tan #792B0A

Tints of Peru Tan #792B0A

Color information

#792B0A (or 0x792B0A) is unknown color: approx Peru Tan. HEX triplet: 79, 2B and 0A. RGB value is (121,43,10). Sum of RGB (Red+Green+Blue) = 121+43+10=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #792B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792B0A is #86D4F5. Grayscale: #3E3E3E. Windows color (decimal): -8836342 or 666489. OLE color: 666489.

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

Color convert

RGB1214310-
CMYK00.640.920.53
HSL17.84º84.73%25.69%-
HSV(B)17.84º91.74%47.45%-
XYZ8.85.810.95-
YUV62.5698.34169.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 43 (17.19% from 255) = 24.71%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=69.54%
G=24.71%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121431000.640.920.5317.8484.7325.69
Hex792BA0405C3512551a
Octal17153120100134652212532
Binary1111001101011101001000000101110011010110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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