#75332F

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

Shades of Auburn #75332F

Tints of Auburn #75332F

Color information

#75332F (or 0x75332F) is unknown color: approx Auburn. HEX triplet: 75, 33 and 2F. RGB value is (117,51,47). Sum of RGB (Red+Green+Blue) = 117+51+47=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75332F is #8ACCD0. Grayscale: #464646. Windows color (decimal): -9096401 or 3093365. OLE color: 3093365.

HSL color Cylindrical-coordinate representation of color #75332F: hue angle of 3.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75332F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1175147-
CMYK00.560.600.54
HSL3.43º42.68%32.16%-
HSV(B)3.43º59.83%45.88%-
XYZ9.036.353.44-
YUV70.28114.87161.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.42%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 47 (18.75% from 255) = 21.86%
R=54.42%
G=23.72%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117514700.560.600.543.4342.6832.16
Hex75332F0383C3632b20
Octal1656357070746635340
Binary1110101110011101111011100011110011011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75332F; }

 p { color: rgb(117,51,47); }

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

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

 a { background-color: rgb(117,51,47); }

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

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

 span { border-color: rgb(117,51,47); }

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