#793B1E

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

Shades of Peru Tan #793B1E

Tints of Peru Tan #793B1E

Color information

#793B1E (or 0x793B1E) is unknown color: approx Peru Tan. HEX triplet: 79, 3B and 1E. RGB value is (121,59,30). Sum of RGB (Red+Green+Blue) = 121+59+30=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #793B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793B1E is #86C4E1. Grayscale: #4A4A4A. Windows color (decimal): -8832226 or 1981305. OLE color: 1981305.

HSL color Cylindrical-coordinate representation of color #793B1E: hue angle of 19.12º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #793B1E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1215930-
CMYK00.510.750.53
HSL19.12º60.26%29.61%-
HSV(B)19.12º75.21%47.45%-
XYZ9.687.292.12-
YUV74.23103.04161.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 59 (23.44% from 255) = 28.10%
BLUE value IS 30 (12.11% from 255) = 14.29%
R=57.62%
G=28.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121593000.510.750.5319.1260.2629.61
Hex793B1E0334B35133c1e
Octal171733606311365237436
Binary111100111101111110011001110010111101011001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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