#75302A

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

Shades of Auburn #75302A

Tints of Auburn #75302A

Color information

#75302A (or 0x75302A) is unknown color: approx Auburn. HEX triplet: 75, 30 and 2A. RGB value is (117,48,42). Sum of RGB (Red+Green+Blue) = 117+48+42=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 42 (16.80% from 255 or 20.29% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #75302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75302A is #8ACFD5. Grayscale: #444444. Windows color (decimal): -9097174 or 2764917. OLE color: 2764917.

HSL color Cylindrical-coordinate representation of color #75302A: hue angle of 4.8º 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 #75302A is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1174842-
CMYK00.590.640.54
HSL4.8º47.17%31.18%-
HSV(B)4.8º64.1%45.88%-
XYZ8.816.062.9-
YUV67.95113.36162.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 48 (19.14% from 255) = 23.19%
BLUE value IS 42 (16.80% from 255) = 20.29%
R=56.52%
G=23.19%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117484200.590.640.544.847.1731.18
Hex75302A03B403652f1f
Octal16560520731006655737
Binary11101011100001010100111011100000011011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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