#763C12

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

Shades of Peru Tan #763C12

Tints of Peru Tan #763C12

Color information

#763C12 (or 0x763C12) is unknown color: approx Peru Tan. HEX triplet: 76, 3C and 12. RGB value is (118,60,18). Sum of RGB (Red+Green+Blue) = 118+60+18=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C12 is #89C3ED. Grayscale: #484848. Windows color (decimal): -9028590 or 1195126. OLE color: 1195126.

HSL color Cylindrical-coordinate representation of color #763C12: hue angle of 25.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #763C12 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1186018-
CMYK00.490.850.54
HSL25.2º73.53%26.67%-
HSV(B)25.2º84.75%46.27%-
XYZ9.27.131.46-
YUV72.5597.22160.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=60.20%
G=30.61%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118601800.490.850.5425.273.5326.67
Hex763C120315536194a1b
Octal1667422061125663111233
Binary1110110111100100100110001101010111011011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763C12; }

 p { color: rgb(118,60,18); }

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

<style>
 a { background-color: #763C12; }

 a { background-color: rgb(118,60,18); }

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

<style>
 span { border-color: #763C12; }

 span { border-color: rgb(118,60,18); }

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