#78320A

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

Shades of Peru Tan #78320A

Tints of Peru Tan #78320A

Color information

#78320A (or 0x78320A) is unknown color: approx Peru Tan. HEX triplet: 78, 32 and 0A. RGB value is (120,50,10). Sum of RGB (Red+Green+Blue) = 120+50+10=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78320A is #87CDF5. Grayscale: #424242. Windows color (decimal): -8900086 or 668280. OLE color: 668280.

HSL color Cylindrical-coordinate representation of color #78320A: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78320A is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1205010-
CMYK00.580.920.53
HSL21.82º84.62%25.49%-
HSV(B)21.82º91.67%47.06%-
XYZ8.946.31.03-
YUV66.3796.19166.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120501000.580.920.5321.8284.6225.49
Hex7832A03A5C35165519
Octal1706212072134652612531
Binary111100011001010100111010101110011010110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,50,10); }

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

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

 a { background-color: rgb(120,50,10); }

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

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

 span { border-color: rgb(120,50,10); }

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