#75342D

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

Shades of Auburn #75342D

Tints of Auburn #75342D

Color information

#75342D (or 0x75342D) is unknown color: approx Auburn. HEX triplet: 75, 34 and 2D. RGB value is (117,52,45). Sum of RGB (Red+Green+Blue) = 117+52+45=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75342D is #8ACBD2. Grayscale: #464646. Windows color (decimal): -9096147 or 2962549. OLE color: 2962549.

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

Color convert

RGB1175245-
CMYK00.560.620.54
HSL5.83º44.44%31.76%-
HSV(B)5.83º61.54%45.88%-
XYZ9.046.433.25-
YUV70.64113.53161.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 45 (17.97% from 255) = 21.03%
R=54.67%
G=24.30%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117524500.560.620.545.8344.4431.76
Hex75342D0383E3662c20
Octal1656455070766665440
Binary11101011101001011010111000111110110110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75342D; }

 p { color: rgb(117,52,45); }

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

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

 a { background-color: rgb(117,52,45); }

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

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

 span { border-color: rgb(117,52,45); }

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