#793D1A

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

Shades of Peru Tan #793D1A

Tints of Peru Tan #793D1A

Color information

#793D1A (or 0x793D1A) is unknown color: approx Peru Tan. HEX triplet: 79, 3D and 1A. RGB value is (121,61,26). Sum of RGB (Red+Green+Blue) = 121+61+26=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #793D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793D1A is #86C2E5. Grayscale: #4B4B4B. Windows color (decimal): -8831718 or 1719673. OLE color: 1719673.

HSL color Cylindrical-coordinate representation of color #793D1A: hue angle of 22.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #793D1A is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1216126-
CMYK00.500.790.53
HSL22.11º64.63%28.82%-
HSV(B)22.11º78.51%47.45%-
XYZ9.747.481.91-
YUV74.95100.38160.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=58.17%
G=29.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121612600.500.790.5322.1164.6328.82
Hex793D1A0324F3516411d
Octal1717532062117652610135
Binary1111001111101110100110010100111111010110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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