#78300D

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

Shades of Peru Tan #78300D

Tints of Peru Tan #78300D

Color information

#78300D (or 0x78300D) is unknown color: approx Peru Tan. HEX triplet: 78, 30 and 0D. RGB value is (120,48,13). Sum of RGB (Red+Green+Blue) = 120+48+13=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #78300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78300D is #87CFF2. Grayscale: #414141. Windows color (decimal): -8900595 or 864376. OLE color: 864376.

HSL color Cylindrical-coordinate representation of color #78300D: hue angle of 19.63º 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 #78300D is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1204813-
CMYK00.600.890.53
HSL19.63º80.45%26.08%-
HSV(B)19.63º89.17%47.06%-
XYZ8.886.141.1-
YUV65.5498.35166.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=66.30%
G=26.52%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120481300.600.890.5319.6380.4526.08
Hex7830D03C593514501a
Octal1706015074131652412032
Binary111100011000011010111100101100111010110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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