#763B18

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

Shades of Peru Tan #763B18

Tints of Peru Tan #763B18

Color information

#763B18 (or 0x763B18) is unknown color: approx Peru Tan. HEX triplet: 76, 3B and 18. RGB value is (118,59,24). Sum of RGB (Red+Green+Blue) = 118+59+24=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #763B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B18 is #89C4E7. Grayscale: #484848. Windows color (decimal): -9028840 or 1588086. OLE color: 1588086.

HSL color Cylindrical-coordinate representation of color #763B18: hue angle of 22.34º 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 #763B18 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1185924-
CMYK00.500.800.54
HSL22.34º66.2%27.84%-
HSV(B)22.34º79.66%46.27%-
XYZ9.27.051.74-
YUV72.65100.55160.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=58.71%
G=29.35%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118592400.500.800.5422.3466.227.84
Hex763B18032503616421c
Octal1667330062120662610234
Binary1110110111011110000110010101000011011010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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