#753202

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

Shades of Peru Tan #753202

Tints of Peru Tan #753202

Color information

#753202 (or 0x753202) is unknown color: approx Peru Tan. HEX triplet: 75, 32 and 02. RGB value is (117,50,2). Sum of RGB (Red+Green+Blue) = 117+50+2=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #753202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753202 is #8ACDFD. Grayscale: #404040. Windows color (decimal): -9096702 or 143989. OLE color: 143989.

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

Color convert

RGB117502-
CMYK00.570.980.54
HSL25.04º96.64%23.33%-
HSV(B)25.04º98.29%45.88%-
XYZ8.496.070.78-
YUV64.5692.7165.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=69.23%
G=29.59%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11750200.570.980.5425.0496.6423.33
Hex753220396236196117
Octal165622071142663114127
Binary1110101110010100111001110001011011011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753202; }

 p { color: rgb(117,50,2); }

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

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

 a { background-color: rgb(117,50,2); }

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

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

 span { border-color: rgb(117,50,2); }

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