#793A20

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

Shades of Peru Tan #793A20

Tints of Peru Tan #793A20

Color information

#793A20 (or 0x793A20) is unknown color: approx Peru Tan. HEX triplet: 79, 3A and 20. RGB value is (121,58,32). Sum of RGB (Red+Green+Blue) = 121+58+32=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #793A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A20 is #86C5DF. Grayscale: #4A4A4A. Windows color (decimal): -8832480 or 2112121. OLE color: 2112121.

HSL color Cylindrical-coordinate representation of color #793A20: hue angle of 17.53º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793A20 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1215832-
CMYK00.520.740.53
HSL17.53º58.17%30%-
HSV(B)17.53º73.55%47.45%-
XYZ9.667.22.25-
YUV73.87104.37161.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=57.35%
G=27.49%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121583200.520.740.5317.5358.1730
Hex793A200344A35123a1e
Octal171724006411265227236
Binary1111001111010100000011010010010101101011001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793A20; }

 p { color: rgb(121,58,32); }

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

<style>
 a { background-color: #793A20; }

 a { background-color: rgb(121,58,32); }

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

<style>
 span { border-color: #793A20; }

 span { border-color: rgb(121,58,32); }

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