#752E26

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

Shades of Auburn #752E26

Tints of Auburn #752E26

Color information

#752E26 (or 0x752E26) is unknown color: approx Auburn. HEX triplet: 75, 2E and 26. RGB value is (117,46,38). Sum of RGB (Red+Green+Blue) = 117+46+38=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #752E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E26 is #8AD1D9. Grayscale: #424242. Windows color (decimal): -9097690 or 2502261. OLE color: 2502261.

HSL color Cylindrical-coordinate representation of color #752E26: hue angle of 6.08º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752E26 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1174638-
CMYK00.610.680.54
HSL6.08º50.97%30.39%-
HSV(B)6.08º67.52%45.88%-
XYZ8.665.882.51-
YUV66.32112.02164.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.21%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=58.21%
G=22.89%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117463800.610.680.546.0850.9730.39
Hex752E2603D44366331e
Octal16556460751046666336
Binary11101011011101001100111101100010011011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E26; }

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

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

<style>
 a { background-color: #752E26; }

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

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

<style>
 span { border-color: #752E26; }

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

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