#783015

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

Shades of Peru Tan #783015

Tints of Peru Tan #783015

Color information

#783015 (or 0x783015) is unknown color: approx Peru Tan. HEX triplet: 78, 30 and 15. RGB value is (120,48,21). Sum of RGB (Red+Green+Blue) = 120+48+21=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #783015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783015 is #87CFEA. Grayscale: #424242. Windows color (decimal): -8900587 or 1388664. OLE color: 1388664.

HSL color Cylindrical-coordinate representation of color #783015: hue angle of 16.36º degrees, saturation: 0.7, 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 #783015 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1204821-
CMYK00.600.830.53
HSL16.36º70.21%27.65%-
HSV(B)16.36º82.5%47.06%-
XYZ8.946.161.43-
YUV66.45102.35166.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=63.49%
G=25.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120482100.600.830.5316.3670.2127.65
Hex78301503C533510461c
Octal1706025074123652010634
Binary1111000110000101010111100101001111010110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783015; }

 p { color: rgb(120,48,21); }

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

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

 a { background-color: rgb(120,48,21); }

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

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

 span { border-color: rgb(120,48,21); }

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