#753530

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

Shades of Auburn #753530

Tints of Auburn #753530

Color information

#753530 (or 0x753530) is unknown color: approx Auburn. HEX triplet: 75, 35 and 30. RGB value is (117,53,48). Sum of RGB (Red+Green+Blue) = 117+53+48=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753530 is #8ACACF. Grayscale: #474747. Windows color (decimal): -9095888 or 3159413. OLE color: 3159413.

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

Color convert

RGB1175348-
CMYK00.550.590.54
HSL4.35º41.82%32.35%-
HSV(B)4.35º58.97%45.88%-
XYZ9.146.543.58-
YUV71.57114.7160.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 48 (19.14% from 255) = 22.02%
R=53.67%
G=24.31%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117534800.550.590.544.3541.8232.35
Hex7535300373B3642a20
Octal1656560067736645240
Binary11101011101011100000110111111011110110100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753530; }

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

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

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

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

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

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

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

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