#793F1F

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

Shades of Peru Tan #793F1F

Tints of Peru Tan #793F1F

Color information

#793F1F (or 0x793F1F) is unknown color: approx Peru Tan. HEX triplet: 79, 3F and 1F. RGB value is (121,63,31). Sum of RGB (Red+Green+Blue) = 121+63+31=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #793F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793F1F is #86C0E0. Grayscale: #4C4C4C. Windows color (decimal): -8831201 or 2047865. OLE color: 2047865.

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

Color convert

RGB1216331-
CMYK00.480.740.53
HSL21.33º59.21%29.8%-
HSV(B)21.33º74.38%47.45%-
XYZ9.917.722.26-
YUV76.69102.22159.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 31 (12.5% from 255) = 14.42%
R=56.28%
G=29.30%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121633100.480.740.5321.3359.2129.8
Hex793F1F0304A35153b1e
Octal171773706011265257336
Binary111100111111111111011000010010101101011010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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