#76360D

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

Shades of Peru Tan #76360D

Tints of Peru Tan #76360D

Color information

#76360D (or 0x76360D) is unknown color: approx Peru Tan. HEX triplet: 76, 36 and 0D. RGB value is (118,54,13). Sum of RGB (Red+Green+Blue) = 118+54+13=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76360D is #89C9F2. Grayscale: #444444. Windows color (decimal): -9030131 or 865910. OLE color: 865910.

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

Color convert

RGB1185413-
CMYK00.540.890.54
HSL23.43º80.15%25.69%-
HSV(B)23.43º88.98%46.27%-
XYZ8.866.521.17-
YUV68.4696.7163.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 54 (21.48% from 255) = 29.19%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=63.78%
G=29.19%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118541300.540.890.5423.4380.1525.69
Hex7636D036593617501a
Octal1666615066131662712032
Binary111011011011011010110110101100111011010111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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