#76371C

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

Shades of Peru Tan #76371C

Tints of Peru Tan #76371C

Color information

#76371C (or 0x76371C) is unknown color: approx Peru Tan. HEX triplet: 76, 37 and 1C. RGB value is (118,55,28). Sum of RGB (Red+Green+Blue) = 118+55+28=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76371C is #89C8E3. Grayscale: #464646. Windows color (decimal): -9029860 or 1849206. OLE color: 1849206.

HSL color Cylindrical-coordinate representation of color #76371C: hue angle of 18º 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 #76371C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1185528-
CMYK00.530.760.54
HSL18º61.64%28.63%-
HSV(B)18º76.27%46.27%-
XYZ9.056.671.91-
YUV70.76103.87161.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 55 (21.88% from 255) = 27.36%
BLUE value IS 28 (11.33% from 255) = 13.93%
R=58.71%
G=27.36%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118552800.530.760.541861.6428.63
Hex76371C0354C36123e1d
Octal166673406511466227635
Binary111011011011111100011010110011001101101001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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