#793620

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

Shades of Peru Tan #793620

Tints of Peru Tan #793620

Color information

#793620 (or 0x793620) is unknown color: approx Peru Tan. HEX triplet: 79, 36 and 20. RGB value is (121,54,32). Sum of RGB (Red+Green+Blue) = 121+54+32=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #793620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793620 is #86C9DF. Grayscale: #474747. Windows color (decimal): -8833504 or 2111097. OLE color: 2111097.

HSL color Cylindrical-coordinate representation of color #793620: hue angle of 14.83º 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 #793620 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1215432-
CMYK00.550.740.53
HSL14.83º58.17%30%-
HSV(B)14.83º73.55%47.45%-
XYZ9.476.812.18-
YUV71.52105.7163.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.45%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 32 (12.89% from 255) = 15.46%
R=58.45%
G=26.09%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121543200.550.740.5314.8358.1730
Hex7936200374A35f3a1e
Octal171664006711265177236
Binary111100111011010000001101111001010110101111111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793620; }

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

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

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

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

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

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

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

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