#78380D

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

Shades of Peru Tan #78380D

Tints of Peru Tan #78380D

Color information

#78380D (or 0x78380D) is unknown color: approx Peru Tan. HEX triplet: 78, 38 and 0D. RGB value is (120,56,13). Sum of RGB (Red+Green+Blue) = 120+56+13=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #78380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78380D is #87C7F2. Grayscale: #464646. Windows color (decimal): -8898547 or 866424. OLE color: 866424.

HSL color Cylindrical-coordinate representation of color #78380D: hue angle of 24.11º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78380D is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1205613-
CMYK00.530.890.53
HSL24.11º80.45%26.08%-
HSV(B)24.11º89.17%47.06%-
XYZ9.236.851.22-
YUV70.2395.7163.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 13 (5.47% from 255) = 6.88%
R=63.49%
G=29.63%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120561300.530.890.5324.1180.4526.08
Hex7838D035593518501a
Octal1707015065131653012032
Binary111100011100011010110101101100111010111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78380D; }

 p { color: rgb(120,56,13); }

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

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

 a { background-color: rgb(120,56,13); }

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

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

 span { border-color: rgb(120,56,13); }

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