#753008

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

Shades of Peru Tan #753008

Tints of Peru Tan #753008

Color information

#753008 (or 0x753008) is unknown color: approx Peru Tan. HEX triplet: 75, 30 and 08. RGB value is (117,48,8). Sum of RGB (Red+Green+Blue) = 117+48+8=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #753008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #753008 is #8ACFF7. Grayscale: #404040. Windows color (decimal): -9097208 or 536693. OLE color: 536693.

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

Color convert

RGB117488-
CMYK00.590.930.54
HSL22.02º87.2%24.51%-
HSV(B)22.02º93.16%45.88%-
XYZ8.445.910.93-
YUV64.0796.36165.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=67.63%
G=27.75%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11748800.590.930.5422.0287.224.51
Hex7530803B5D36165719
Octal1656010073135662612731
Binary111010111000010000111011101110111011010110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753008; }

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

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

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

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

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

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

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

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