#76390D

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

Shades of Peru Tan #76390D

Tints of Peru Tan #76390D

Color information

#76390D (or 0x76390D) is unknown color: approx Peru Tan. HEX triplet: 76, 39 and 0D. RGB value is (118,57,13). Sum of RGB (Red+Green+Blue) = 118+57+13=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76390D is #89C6F2. Grayscale: #464646. Windows color (decimal): -9029363 or 866678. OLE color: 866678.

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

Color convert

RGB1185713-
CMYK00.520.890.54
HSL25.14º80.15%25.69%-
HSV(B)25.14º88.98%46.27%-
XYZ9.016.811.22-
YUV70.2295.71162.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=62.77%
G=30.32%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118571300.520.890.5425.1480.1525.69
Hex7639D034593619501a
Octal1667115064131663112032
Binary111011011100111010110100101100111011011001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,57,13); }

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

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

 a { background-color: rgb(118,57,13); }

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

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

 span { border-color: rgb(118,57,13); }

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