#78331C

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

Shades of Peru Tan #78331C

Tints of Peru Tan #78331C

Color information

#78331C (or 0x78331C) is unknown color: approx Peru Tan. HEX triplet: 78, 33 and 1C. RGB value is (120,51,28). Sum of RGB (Red+Green+Blue) = 120+51+28=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78331C is #87CCE3. Grayscale: #454545. Windows color (decimal): -8899812 or 1848184. OLE color: 1848184.

HSL color Cylindrical-coordinate representation of color #78331C: hue angle of 15º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78331C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1205128-
CMYK00.580.770.53
HSL15º62.16%29.02%-
HSV(B)15º76.67%47.06%-
XYZ9.146.441.86-
YUV69.01104.86164.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=60.30%
G=25.63%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120512800.580.770.531562.1629.02
Hex78331C03A4D35f3e1d
Octal170633407211565177635
Binary11110001100111110001110101001101110101111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78331C; }

 p { color: rgb(120,51,28); }

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

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

 a { background-color: rgb(120,51,28); }

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

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

 span { border-color: rgb(120,51,28); }

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