#793D18

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

Shades of Peru Tan #793D18

Tints of Peru Tan #793D18

Color information

#793D18 (or 0x793D18) is unknown color: approx Peru Tan. HEX triplet: 79, 3D and 18. RGB value is (121,61,24). Sum of RGB (Red+Green+Blue) = 121+61+24=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #793D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793D18 is #86C2E7. Grayscale: #4A4A4A. Windows color (decimal): -8831720 or 1588601. OLE color: 1588601.

HSL color Cylindrical-coordinate representation of color #793D18: hue angle of 22.89º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #793D18 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1216124-
CMYK00.500.800.53
HSL22.89º66.9%28.43%-
HSV(B)22.89º80.17%47.45%-
XYZ9.727.471.79-
YUV74.7299.38161.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=58.74%
G=29.61%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121612400.500.800.5322.8966.928.43
Hex793D18032503517431c
Octal1717530062120652710334
Binary1111001111101110000110010101000011010110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,61,24); }

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

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

 a { background-color: rgb(121,61,24); }

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

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

 span { border-color: rgb(121,61,24); }

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