#753001

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

Shades of Peru Tan #753001

Tints of Peru Tan #753001

Color information

#753001 (or 0x753001) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 01. RGB value is (117,48,1). Sum of RGB (Red+Green+Blue) = 117+48+1=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #753001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753001 is #8ACFFE. Grayscale: #3F3F3F. Windows color (decimal): -9097215 or 77941. OLE color: 77941.

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

Color convert

RGB117481-
CMYK00.590.990.54
HSL24.31º98.31%23.14%-
HSV(B)24.31º99.15%45.88%-
XYZ8.45.90.72-
YUV63.2792.86166.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.48%
GREEN value IS 48 (19.14% from 255) = 28.92%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=70.48%
G=28.92%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748100.590.990.5424.3198.3123.14
Hex7530103B6336186217
Octal165601073143663014227
Binary111010111000010111011110001111011011000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753001; }

 p { color: rgb(117,48,1); }

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

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

 a { background-color: rgb(117,48,1); }

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

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

 span { border-color: rgb(117,48,1); }

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