#A75341

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

Shades of Crail #A75341

Tints of Crail #A75341

Color information

#A75341 (or 0xA75341) is unknown color: approx Crail. HEX triplet: A7, 53 and 41. RGB value is (167,83,65). Sum of RGB (Red+Green+Blue) = 167+83+65=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A75341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75341 is #58ACBE. Grayscale: #6A6A6A. Windows color (decimal): -5811391 or 4281255. OLE color: 4281255.

HSL color Cylindrical-coordinate representation of color #A75341: hue angle of 10.59º 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 #A75341 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1678365-
CMYK00.500.610.35
HSL10.59º43.97%45.49%-
HSV(B)10.59º61.08%65.49%-
XYZ19.9814.786.8-
YUV106.06104.83171.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=53.02%
G=26.35%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167836500.500.610.3510.5943.9745.49
HexA753410323D23b2c2d
Octal2471231010627543135455
Binary101001111010011100000101100101111011000111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75341; }

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

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

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

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

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

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

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

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