#75332E

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

Shades of Auburn #75332E

Tints of Auburn #75332E

Color information

#75332E (or 0x75332E) is unknown color: approx Auburn. HEX triplet: 75, 33 and 2E. RGB value is (117,51,46). Sum of RGB (Red+Green+Blue) = 117+51+46=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75332E is #8ACCD1. Grayscale: #464646. Windows color (decimal): -9096402 or 3027829. OLE color: 3027829.

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

Color convert

RGB1175146-
CMYK00.560.610.54
HSL4.23º43.56%31.96%-
HSV(B)4.23º60.68%45.88%-
XYZ9.016.353.33-
YUV70.16114.37161.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 46 (18.36% from 255) = 21.50%
R=54.67%
G=23.83%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117514600.560.610.544.2343.5631.96
Hex75332E0383D3642c20
Octal1656356070756645440
Binary11101011100111011100111000111101110110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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