#A93425

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

Shades of Brown #A93425

Tints of Brown #A93425

Color information

#A93425 (or 0xA93425) is unknown color: approx Brown. HEX triplet: A9, 34 and 25. RGB value is (169,52,37). Sum of RGB (Red+Green+Blue) = 169+52+37=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A93425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93425 is #56CBDA. Grayscale: #555555. Windows color (decimal): -5688283 or 2438313. OLE color: 2438313.

HSL color Cylindrical-coordinate representation of color #A93425: hue angle of 6.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A93425 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1695237-
CMYK00.690.780.34
HSL6.82º64.08%40.39%-
HSV(B)6.82º78.11%66.27%-
XYZ17.9211.022.93-
YUV85.27100.76187.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.50%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 37 (14.84% from 255) = 14.34%
R=65.50%
G=20.16%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169523700.690.780.346.8264.0840.39
HexA934250454E2274028
Octal2516445010511642710050
Binary101010011101001001010100010110011101000101111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93425; }

 p { color: rgb(169,52,37); }

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

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

 a { background-color: rgb(169,52,37); }

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

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

 span { border-color: rgb(169,52,37); }

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