#753316

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

Shades of Peru Tan #753316

Tints of Peru Tan #753316

Color information

#753316 (or 0x753316) is unknown color: approx Peru Tan. HEX triplet: 75, 33 and 16. RGB value is (117,51,22). Sum of RGB (Red+Green+Blue) = 117+51+22=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #753316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753316 is #8ACCE9. Grayscale: #434343. Windows color (decimal): -9096426 or 1454965. OLE color: 1454965.

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

Color convert

RGB1175122-
CMYK00.560.810.54
HSL18.32º68.35%27.25%-
HSV(B)18.32º81.2%45.88%-
XYZ8.666.211.5-
YUV67.43102.37163.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=61.58%
G=26.84%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117512200.560.810.5418.3268.3527.25
Hex753316038513612441b
Octal1656326070121662210433
Binary1110101110011101100111000101000111011010010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753316; }

 p { color: rgb(117,51,22); }

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

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

 a { background-color: rgb(117,51,22); }

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

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

 span { border-color: rgb(117,51,22); }

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