#78300B

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

Shades of Peru Tan #78300B

Tints of Peru Tan #78300B

Color information

#78300B (or 0x78300B) is unknown color: approx Peru Tan. HEX triplet: 78, 30 and 0B. RGB value is (120,48,11). Sum of RGB (Red+Green+Blue) = 120+48+11=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #78300B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78300B is #87CFF4. Grayscale: #414141. Windows color (decimal): -8900597 or 733304. OLE color: 733304.

HSL color Cylindrical-coordinate representation of color #78300B: hue angle of 20.37º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78300B is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB1204811-
CMYK00.600.910.53
HSL20.37º83.21%25.69%-
HSV(B)20.37º90.83%47.06%-
XYZ8.866.131.03-
YUV65.3197.35167.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=67.04%
G=26.82%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120481100.600.910.5320.3783.2125.69
Hex7830B03C5B3514531a
Octal1706013074133652412332
Binary111100011000010110111100101101111010110100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,48,11); }

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

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

 a { background-color: rgb(120,48,11); }

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

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

 span { border-color: rgb(120,48,11); }

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