#76300D

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

Shades of Peru Tan #76300D

Tints of Peru Tan #76300D

Color information

#76300D (or 0x76300D) is unknown color: approx Peru Tan. HEX triplet: 76, 30 and 0D. RGB value is (118,48,13). Sum of RGB (Red+Green+Blue) = 118+48+13=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #76300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76300D is #89CFF2. Grayscale: #414141. Windows color (decimal): -9031667 or 864374. OLE color: 864374.

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

Color convert

RGB1184813-
CMYK00.590.890.54
HSL20º80.15%25.69%-
HSV(B)20º88.98%46.27%-
XYZ8.65.991.08-
YUV64.9498.69165.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=65.92%
G=26.82%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118481300.590.890.542080.1525.69
Hex7630D03B593614501a
Octal1666015073131662412032
Binary111011011000011010111011101100111011010100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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