#793E1F

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

Shades of Peru Tan #793E1F

Tints of Peru Tan #793E1F

Color information

#793E1F (or 0x793E1F) is unknown color: approx Peru Tan. HEX triplet: 79, 3E and 1F. RGB value is (121,62,31). Sum of RGB (Red+Green+Blue) = 121+62+31=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #793E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793E1F is #86C1E0. Grayscale: #4C4C4C. Windows color (decimal): -8831457 or 2047609. OLE color: 2047609.

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

Color convert

RGB1216231-
CMYK00.490.740.53
HSL20.67º59.21%29.8%-
HSV(B)20.67º74.38%47.45%-
XYZ9.867.612.25-
YUV76.11102.55160.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 62 (24.61% from 255) = 28.97%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=56.54%
G=28.97%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121623100.490.740.5320.6759.2129.8
Hex793E1F0314A35153b1e
Octal171763706111265257336
Binary111100111111011111011000110010101101011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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