#A75241

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

Shades of Crail #A75241

Tints of Crail #A75241

Color information

#A75241 (or 0xA75241) is unknown color: approx Crail. HEX triplet: A7, 52 and 41. RGB value is (167,82,65). Sum of RGB (Red+Green+Blue) = 167+82+65=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A75241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75241 is #58ADBE. Grayscale: #696969. Windows color (decimal): -5811647 or 4280999. OLE color: 4280999.

HSL color Cylindrical-coordinate representation of color #A75241: hue angle of 10º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A75241 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1678265-
CMYK00.510.610.35
HSL10º43.97%45.49%-
HSV(B)10º61.08%65.49%-
XYZ19.9114.636.78-
YUV105.48105.16171.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.18%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=53.18%
G=26.11%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167826500.510.610.351043.9745.49
HexA752410333D23a2c2d
Octal2471221010637543125455
Binary101001111010010100000101100111111011000111010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75241; }

 p { color: rgb(167,82,65); }

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

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

 a { background-color: rgb(167,82,65); }

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

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

 span { border-color: rgb(167,82,65); }

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