#784018

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

Shades of Peru Tan #784018

Tints of Peru Tan #784018

Color information

#784018 (or 0x784018) is unknown color: approx Peru Tan. HEX triplet: 78, 40 and 18. RGB value is (120,64,24). Sum of RGB (Red+Green+Blue) = 120+64+24=208 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.69% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 120 - color contains mainly: red. Hex color #784018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #784018 is #87BFE7. Grayscale: #4C4C4C. Windows color (decimal): -8896488 or 1589368. OLE color: 1589368.

HSL color Cylindrical-coordinate representation of color #784018: hue angle of 25º 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 #784018 is Cyan = 0, Magento = 0.47, Yellow = 0.8 and Black (K on CMYK) = 0.53.

Color convert

RGB1206424-
CMYK00.470.80.53
HSL25º66.67%28.24%-
HSV(B)25º80%47.06%-
XYZ9.747.731.84-
YUV76.1898.55159.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 57.69%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=57.69%
G=30.77%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120642400.470.80.532566.6728.24
Hex78401802F503519431c
Octal17010030057120653110334
Binary11110001000000110000101111101000011010111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784018; }

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

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

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

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

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

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

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

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