#793A1B

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

Shades of Peru Tan #793A1B

Tints of Peru Tan #793A1B

Color information

#793A1B (or 0x793A1B) is unknown color: approx Peru Tan. HEX triplet: 79, 3A and 1B. RGB value is (121,58,27). Sum of RGB (Red+Green+Blue) = 121+58+27=206 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.74% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 121 - color contains mainly: red. Hex color #793A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A1B is #86C5E4. Grayscale: #494949. Windows color (decimal): -8832485 or 1784441. OLE color: 1784441.

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

Color convert

RGB1215827-
CMYK00.520.780.53
HSL19.79º63.51%29.02%-
HSV(B)19.79º77.69%47.45%-
XYZ9.67.171.92-
YUV73.3101.87162.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.74%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 27 (10.94% from 255) = 13.11%
R=58.74%
G=28.16%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121582700.520.780.5319.7963.5129.02
Hex793A1B0344E3514401d
Octal1717233064116652410035
Binary1111001111010110110110100100111011010110100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,58,27); }

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

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

 a { background-color: rgb(121,58,27); }

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

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

 span { border-color: rgb(121,58,27); }

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