#793B10

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

Shades of Peru Tan #793B10

Tints of Peru Tan #793B10

Color information

#793B10 (or 0x793B10) is unknown color: approx Peru Tan. HEX triplet: 79, 3B and 10. RGB value is (121,59,16). Sum of RGB (Red+Green+Blue) = 121+59+16=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #793B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793B10 is #86C4EF. Grayscale: #484848. Windows color (decimal): -8832240 or 1063801. OLE color: 1063801.

HSL color Cylindrical-coordinate representation of color #793B10: hue angle of 24.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #793B10 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1215916-
CMYK00.510.870.53
HSL24.57º76.64%26.86%-
HSV(B)24.57º86.78%47.45%-
XYZ9.547.231.38-
YUV72.6496.04162.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 16 (6.64% from 255) = 8.16%
R=61.73%
G=30.10%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121591600.510.870.5324.5776.6426.86
Hex793B100335735194d1b
Octal1717320063127653111533
Binary1111001111011100000110011101011111010111001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,59,16); }

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

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

 a { background-color: rgb(121,59,16); }

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

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

 span { border-color: rgb(121,59,16); }

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