#753004

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

Shades of Peru Tan #753004

Tints of Peru Tan #753004

Color information

#753004 (or 0x753004) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 04. RGB value is (117,48,4). Sum of RGB (Red+Green+Blue) = 117+48+4=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #753004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753004 is #8ACFFB. Grayscale: #3F3F3F. Windows color (decimal): -9097212 or 274549. OLE color: 274549.

HSL color Cylindrical-coordinate representation of color #753004: hue angle of 23.36º 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 #753004 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB117484-
CMYK00.590.970.54
HSL23.36º93.39%23.73%-
HSV(B)23.36º96.58%45.88%-
XYZ8.415.90.81-
YUV63.6194.36166.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=69.23%
G=28.40%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748400.590.970.5423.3693.3923.73
Hex7530403B6136175d18
Octal165604073141662713530
Binary11101011100001000111011110000111011010111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753004; }

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

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

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

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

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

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

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

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