#793B1B

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

Shades of Peru Tan #793B1B

Tints of Peru Tan #793B1B

Color information

#793B1B (or 0x793B1B) is unknown color: approx Peru Tan. HEX triplet: 79, 3B and 1B. RGB value is (121,59,27). Sum of RGB (Red+Green+Blue) = 121+59+27=207 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.45% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 121 - color contains mainly: red. Hex color #793B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B1B is #86C4E4. Grayscale: #4A4A4A. Windows color (decimal): -8832229 or 1784697. OLE color: 1784697.

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

Color convert

RGB1215927-
CMYK00.510.780.53
HSL20.43º63.51%29.02%-
HSV(B)20.43º77.69%47.45%-
XYZ9.657.271.93-
YUV73.89101.54161.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.45%
GREEN value IS 59 (23.44% from 255) = 28.50%
BLUE value IS 27 (10.94% from 255) = 13.04%
R=58.45%
G=28.50%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121592700.510.780.5320.4363.5129.02
Hex793B1B0334E3514401d
Octal1717333063116652410035
Binary1111001111011110110110011100111011010110100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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