#75322A

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

Shades of Auburn #75322A

Tints of Auburn #75322A

Color information

#75322A (or 0x75322A) is unknown color: approx Auburn. HEX triplet: 75, 32 and 2A. RGB value is (117,50,42). Sum of RGB (Red+Green+Blue) = 117+50+42=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #75322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75322A is #8ACDD5. Grayscale: #454545. Windows color (decimal): -9096662 or 2765429. OLE color: 2765429.

HSL color Cylindrical-coordinate representation of color #75322A: hue angle of 6.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75322A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1175042-
CMYK00.570.640.54
HSL6.4º47.17%31.18%-
HSV(B)6.4º64.1%45.88%-
XYZ8.896.232.92-
YUV69.12112.7162.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 42 (16.80% from 255) = 20.10%
R=55.98%
G=23.92%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117504200.570.640.546.447.1731.18
Hex75322A039403662f1f
Octal16562520711006665737
Binary11101011100101010100111001100000011011011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75322A; }

 p { color: rgb(117,50,42); }

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

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

 a { background-color: rgb(117,50,42); }

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

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

 span { border-color: rgb(117,50,42); }

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