#793d1f

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

Shades of Peru Tan #793D1F

Tints of Peru Tan #793D1F

Color information

#793D1F (or 0x793D1F) is unknown color: approx Peru Tan. HEX triplet: 79, 3D and 1F. RGB value is (121,61,31). Sum of RGB (Red+Green+Blue) = 121+61+31=213 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.81% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 121 - color contains mainly: red. Hex color #793D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D1F is #86C2E0. Grayscale: #4B4B4B. Windows color (decimal): -8831713 or 2047353. OLE color: 2047353.

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

Color convert

RGB1216131-
CMYK00.500.740.53
HSL20º59.21%29.8%-
HSV(B)20º74.38%47.45%-
XYZ9.87.52.23-
YUV75.52102.88160.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.81%
GREEN value IS 61 (24.22% from 255) = 28.64%
BLUE value IS 31 (12.5% from 255) = 14.55%
R=56.81%
G=28.64%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121613100.500.740.532059.2129.8
Hex793D1F0324A35143b1e
Octal171753706211265247336
Binary111100111110111111011001010010101101011010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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