#793A18

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

Shades of Peru Tan #793A18

Tints of Peru Tan #793A18

Color information

#793A18 (or 0x793A18) is unknown color: approx Peru Tan. HEX triplet: 79, 3A and 18. RGB value is (121,58,24). Sum of RGB (Red+Green+Blue) = 121+58+24=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793A18 is #86C5E7. Grayscale: #494949. Windows color (decimal): -8832488 or 1587833. OLE color: 1587833.

HSL color Cylindrical-coordinate representation of color #793A18: hue angle of 21.03º 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 #793A18 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB1215824-
CMYK00.520.800.53
HSL21.03º66.9%28.43%-
HSV(B)21.03º80.17%47.45%-
XYZ9.567.161.74-
YUV72.96100.37162.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=59.61%
G=28.57%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121582400.520.800.5321.0366.928.43
Hex793A18034503515431c
Octal1717230064120652510334
Binary1111001111010110000110100101000011010110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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