#793E1E

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

Shades of Peru Tan #793E1E

Tints of Peru Tan #793E1E

Color information

#793E1E (or 0x793E1E) is unknown color: approx Peru Tan. HEX triplet: 79, 3E and 1E. RGB value is (121,62,30). Sum of RGB (Red+Green+Blue) = 121+62+30=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #793E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E1E is #86C1E1. Grayscale: #4C4C4C. Windows color (decimal): -8831458 or 1982073. OLE color: 1982073.

HSL color Cylindrical-coordinate representation of color #793E1E: hue angle of 21.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793E1E is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1216230-
CMYK00.490.750.53
HSL21.1º60.26%29.61%-
HSV(B)21.1º75.21%47.45%-
XYZ9.847.62.18-
YUV75.99102.05160.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 30 (12.11% from 255) = 14.08%
R=56.81%
G=29.11%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121623000.490.750.5321.160.2629.61
Hex793E1E0314B35153c1e
Octal171763606111365257436
Binary111100111111011110011000110010111101011010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,62,30); }

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

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

 a { background-color: rgb(121,62,30); }

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

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

 span { border-color: rgb(121,62,30); }

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