#783418

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

Shades of Peru Tan #783418

Tints of Peru Tan #783418

Color information

#783418 (or 0x783418) is unknown color: approx Peru Tan. HEX triplet: 78, 34 and 18. RGB value is (120,52,24). Sum of RGB (Red+Green+Blue) = 120+52+24=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #783418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #783418 is #87CBE7. Grayscale: #454545. Windows color (decimal): -8899560 or 1586296. OLE color: 1586296.

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

Color convert

RGB1205224-
CMYK00.570.80.53
HSL17.5º66.67%28.24%-
HSV(B)17.5º80%47.06%-
XYZ9.146.521.64-
YUV69.14102.53164.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 52 (20.70% from 255) = 26.53%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=61.22%
G=26.53%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120522400.570.80.5317.566.6728.24
Hex783418039503512431c
Octal1706430071120652210334
Binary1111000110100110000111001101000011010110010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783418; }

 p { color: rgb(120,52,24); }

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

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

 a { background-color: rgb(120,52,24); }

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

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

 span { border-color: rgb(120,52,24); }

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