#763B13

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

Shades of Peru Tan #763B13

Tints of Peru Tan #763B13

Color information

#763B13 (or 0x763B13) is unknown color: approx Peru Tan. HEX triplet: 76, 3B and 13. RGB value is (118,59,19). Sum of RGB (Red+Green+Blue) = 118+59+19=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #763B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B13 is #89C4EC. Grayscale: #484848. Windows color (decimal): -9028845 or 1260406. OLE color: 1260406.

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

Color convert

RGB1185919-
CMYK00.500.840.54
HSL24.24º72.26%26.86%-
HSV(B)24.24º83.9%46.27%-
XYZ9.157.031.49-
YUV72.0898.05160.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 59 (23.44% from 255) = 30.10%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=60.20%
G=30.10%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118591900.500.840.5424.2472.2626.86
Hex763B13032543618481b
Octal1667323062124663011033
Binary1110110111011100110110010101010011011011000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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