#793318

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

Shades of Peru Tan #793318

Tints of Peru Tan #793318

Color information

#793318 (or 0x793318) is unknown color: approx Peru Tan. HEX triplet: 79, 33 and 18. RGB value is (121,51,24). Sum of RGB (Red+Green+Blue) = 121+51+24=196 (25% of max value = 765). Red value is 121 (47.66% from 255 or 61.73% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 121 - color contains mainly: red. Hex color #793318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #793318 is #86CCE7. Grayscale: #454545. Windows color (decimal): -8834280 or 1586041. OLE color: 1586041.

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

Color convert

RGB1215124-
CMYK00.580.800.53
HSL16.7º66.9%28.43%-
HSV(B)16.7º80.17%47.45%-
XYZ9.236.51.63-
YUV68.85102.69165.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 61.73%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=61.73%
G=26.02%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121512400.580.800.5316.766.928.43
Hex79331803A503511431c
Octal1716330072120652110334
Binary1111001110011110000111010101000011010110001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793318; }

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

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

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

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

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

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

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

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