#763317

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

Shades of Peru Tan #763317

Tints of Peru Tan #763317

Color information

#763317 (or 0x763317) is unknown color: approx Peru Tan. HEX triplet: 76, 33 and 17. RGB value is (118,51,23). Sum of RGB (Red+Green+Blue) = 118+51+23=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #763317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763317 is #89CCE8. Grayscale: #444444. Windows color (decimal): -9030889 or 1520502. OLE color: 1520502.

HSL color Cylindrical-coordinate representation of color #763317: hue angle of 17.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #763317 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1185123-
CMYK00.570.810.54
HSL17.68º67.38%27.65%-
HSV(B)17.68º80.51%46.27%-
XYZ8.816.281.56-
YUV67.84102.7163.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 51 (20.31% from 255) = 26.56%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=61.46%
G=26.56%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118512300.570.810.5417.6867.3827.65
Hex763317039513612431c
Octal1666327071121662210334
Binary1110110110011101110111001101000111011010010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763317; }

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

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

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

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

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

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

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

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