#76391C

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

Shades of Peru Tan #76391C

Tints of Peru Tan #76391C

Color information

#76391C (or 0x76391C) is unknown color: approx Peru Tan. HEX triplet: 76, 39 and 1C. RGB value is (118,57,28). Sum of RGB (Red+Green+Blue) = 118+57+28=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #76391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76391C is #89C6E3. Grayscale: #484848. Windows color (decimal): -9029348 or 1849718. OLE color: 1849718.

HSL color Cylindrical-coordinate representation of color #76391C: hue angle of 19.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76391C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1185728-
CMYK00.520.760.54
HSL19.33º61.64%28.63%-
HSV(B)19.33º76.27%46.27%-
XYZ9.146.861.94-
YUV71.93103.21160.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 57 (22.66% from 255) = 28.08%
BLUE value IS 28 (11.33% from 255) = 13.79%
R=58.13%
G=28.08%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118572800.520.760.5419.3361.6428.63
Hex76391C0344C36133e1d
Octal166713406411466237635
Binary111011011100111100011010010011001101101001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76391C; }

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

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

<style>
 a { background-color: #76391C; }

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

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

<style>
 span { border-color: #76391C; }

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

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