#753304

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

Shades of Peru Tan #753304

Tints of Peru Tan #753304

Color information

#753304 (or 0x753304) is unknown color: approx Peru Tan. HEX triplet: 75, 33 and 04. RGB value is (117,51,4). Sum of RGB (Red+Green+Blue) = 117+51+4=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #753304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753304 is #8ACCFB. Grayscale: #414141. Windows color (decimal): -9096444 or 275317. OLE color: 275317.

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

Color convert

RGB117514-
CMYK00.560.970.54
HSL24.96º93.39%23.73%-
HSV(B)24.96º96.58%45.88%-
XYZ8.546.160.85-
YUV65.3893.37164.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 4 (1.95% from 255) = 2.33%
R=68.02%
G=29.65%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11751400.560.970.5424.9693.3923.73
Hex753340386136195d18
Octal165634070141663113530
Binary11101011100111000111000110000111011011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753304; }

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

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

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

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

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

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

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

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