#78411B

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

Shades of Peru Tan #78411B

Tints of Peru Tan #78411B

Color information

#78411B (or 0x78411B) is unknown color: approx Peru Tan. HEX triplet: 78, 41 and 1B. RGB value is (120,65,27). Sum of RGB (Red+Green+Blue) = 120+65+27=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78411B is #87BEE4. Grayscale: #4D4D4D. Windows color (decimal): -8896229 or 1786232. OLE color: 1786232.

HSL color Cylindrical-coordinate representation of color #78411B: hue angle of 24.52º degrees, saturation: 0.63, 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 #78411B is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1206527-
CMYK00.460.780.53
HSL24.52º63.27%28.82%-
HSV(B)24.52º77.5%47.06%-
XYZ9.837.852.03-
YUV77.1199.72158.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 65 (25.78% from 255) = 30.66%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=56.60%
G=30.66%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120652700.460.780.5324.5263.2728.82
Hex78411B02E4E35193f1d
Octal1701013305611665317735
Binary1111000100000111011010111010011101101011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78411B; }

 p { color: rgb(120,65,27); }

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

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

 a { background-color: rgb(120,65,27); }

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

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

 span { border-color: rgb(120,65,27); }

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