#76331A

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

Shades of Peru Tan #76331A

Tints of Peru Tan #76331A

Color information

#76331A (or 0x76331A) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 1A. RGB value is (118,51,26). Sum of RGB (Red+Green+Blue) = 118+51+26=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76331A is #89CCE5. Grayscale: #444444. Windows color (decimal): -9030886 or 1717110. OLE color: 1717110.

HSL color Cylindrical-coordinate representation of color #76331A: hue angle of 16.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76331A is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1185126-
CMYK00.570.780.54
HSL16.3º63.89%28.24%-
HSV(B)16.3º77.97%46.27%-
XYZ8.846.291.73-
YUV68.18104.2163.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=60.51%
G=26.15%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118512600.570.780.5416.363.8928.24
Hex76331A0394E3610401c
Octal1666332071116662010034
Binary1110110110011110100111001100111011011010000100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76331A; }

 p { color: rgb(118,51,26); }

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

<style>
 a { background-color: #76331A; }

 a { background-color: rgb(118,51,26); }

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

<style>
 span { border-color: #76331A; }

 span { border-color: rgb(118,51,26); }

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