#793A1D

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

Shades of Peru Tan #793A1D

Tints of Peru Tan #793A1D

Color information

#793A1D (or 0x793A1D) is unknown color: approx Peru Tan. HEX triplet: 79, 3A and 1D. RGB value is (121,58,29). Sum of RGB (Red+Green+Blue) = 121+58+29=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #793A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793A1D is #86C5E2. Grayscale: #494949. Windows color (decimal): -8832483 or 1915513. OLE color: 1915513.

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

Color convert

RGB1215829-
CMYK00.520.760.53
HSL18.91º61.33%29.41%-
HSV(B)18.91º76.03%47.45%-
XYZ9.627.182.04-
YUV73.53102.87161.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 58 (23.05% from 255) = 27.88%
BLUE value IS 29 (11.72% from 255) = 13.94%
R=58.17%
G=27.88%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121582900.520.760.5318.9161.3329.41
Hex793A1D0344C35133d1d
Octal171723506411465237535
Binary111100111101011101011010010011001101011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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