#783916

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

Shades of Peru Tan #783916

Tints of Peru Tan #783916

Color information

#783916 (or 0x783916) is unknown color: approx Peru Tan. HEX triplet: 78, 39 and 16. RGB value is (120,57,22). Sum of RGB (Red+Green+Blue) = 120+57+22=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #783916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783916 is #87C6E9. Grayscale: #484848. Windows color (decimal): -8898282 or 1456504. OLE color: 1456504.

HSL color Cylindrical-coordinate representation of color #783916: hue angle of 21.43º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #783916 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1205722-
CMYK00.520.820.53
HSL21.43º69.01%27.84%-
HSV(B)21.43º81.67%47.06%-
XYZ9.356.981.61-
YUV71.8599.87162.35-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=60.30%
G=28.64%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120572200.520.820.5321.4369.0127.84
Hex783916034523515451c
Octal1707126064122652510534
Binary1111000111001101100110100101001011010110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783916; }

 p { color: rgb(120,57,22); }

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

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

 a { background-color: rgb(120,57,22); }

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

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

 span { border-color: rgb(120,57,22); }

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