#763D18

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

Shades of Peru Tan #763D18

Tints of Peru Tan #763D18

Color information

#763D18 (or 0x763D18) is unknown color: approx Peru Tan. HEX triplet: 76, 3D and 18. RGB value is (118,61,24). Sum of RGB (Red+Green+Blue) = 118+61+24=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D18 is #89C2E7. Grayscale: #4A4A4A. Windows color (decimal): -9028328 or 1588598. OLE color: 1588598.

HSL color Cylindrical-coordinate representation of color #763D18: hue angle of 23.62º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #763D18 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1186124-
CMYK00.480.800.54
HSL23.62º66.2%27.84%-
HSV(B)23.62º79.66%46.27%-
XYZ9.37.251.77-
YUV73.8299.88159.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 61 (24.22% from 255) = 30.05%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=58.13%
G=30.05%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118612400.480.800.5423.6266.227.84
Hex763D18030503618421c
Octal1667530060120663010234
Binary1110110111101110000110000101000011011011000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,61,24); }

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

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

 a { background-color: rgb(118,61,24); }

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

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

 span { border-color: rgb(118,61,24); }

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