#753006

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

Shades of Peru Tan #753006

Tints of Peru Tan #753006

Color information

#753006 (or 0x753006) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 06. RGB value is (117,48,6). Sum of RGB (Red+Green+Blue) = 117+48+6=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #753006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753006 is #8ACFF9. Grayscale: #404040. Windows color (decimal): -9097210 or 405621. OLE color: 405621.

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

Color convert

RGB117486-
CMYK00.590.950.54
HSL22.7º90.24%24.12%-
HSV(B)22.7º94.87%45.88%-
XYZ8.435.910.87-
YUV63.8495.36165.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.42%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=68.42%
G=28.07%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748600.590.950.5422.790.2424.12
Hex7530603B5F36175a18
Octal165606073137662713230
Binary11101011100001100111011101111111011010111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753006; }

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

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

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

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

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

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

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

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