#76330C

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

Shades of Peru Tan #76330C

Tints of Peru Tan #76330C

Color information

#76330C (or 0x76330C) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 0C. RGB value is (118,51,12). Sum of RGB (Red+Green+Blue) = 118+51+12=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76330C is #89CCF3. Grayscale: #424242. Windows color (decimal): -9030900 or 799606. OLE color: 799606.

HSL color Cylindrical-coordinate representation of color #76330C: hue angle of 22.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76330C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1185112-
CMYK00.570.900.54
HSL22.08º81.54%25.49%-
HSV(B)22.08º89.83%46.27%-
XYZ8.726.251.09-
YUV66.5997.2164.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 51 (20.31% from 255) = 28.18%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=65.19%
G=28.18%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118511200.570.900.5422.0881.5425.49
Hex7633C0395A36165219
Octal1666314071132662612231
Binary111011011001111000111001101101011011010110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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