#78351A

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

Shades of Peru Tan #78351A

Tints of Peru Tan #78351A

Color information

#78351A (or 0x78351A) is unknown color: approx Peru Tan. HEX triplet: 78, 35 and 1A. RGB value is (120,53,26). Sum of RGB (Red+Green+Blue) = 120+53+26=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78351A is #87CAE5. Grayscale: #464646. Windows color (decimal): -8899302 or 1717624. OLE color: 1717624.

HSL color Cylindrical-coordinate representation of color #78351A: hue angle of 17.23º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78351A is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB1205326-
CMYK00.560.780.53
HSL17.23º64.38%28.63%-
HSV(B)17.23º78.33%47.06%-
XYZ9.216.611.77-
YUV69.95103.2163.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 53 (21.09% from 255) = 26.63%
BLUE value IS 26 (10.55% from 255) = 13.07%
R=60.30%
G=26.63%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120532600.560.780.5317.2364.3828.63
Hex78351A0384E3511401d
Octal1706532070116652110035
Binary1111000110101110100111000100111011010110001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78351A; }

 p { color: rgb(120,53,26); }

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

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

 a { background-color: rgb(120,53,26); }

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

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

 span { border-color: rgb(120,53,26); }

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