#A42625

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

Shades of Brown #A42625

Tints of Brown #A42625

Color information

#A42625 (or 0xA42625) is unknown color: approx Brown. HEX triplet: A4, 26 and 25. RGB value is (164,38,37). Sum of RGB (Red+Green+Blue) = 164+38+37=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A42625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42625 is #5BD9DA. Grayscale: #4B4B4B. Windows color (decimal): -6019547 or 2434724. OLE color: 2434724.

HSL color Cylindrical-coordinate representation of color #A42625: hue angle of 0.47º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42625 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1643837-
CMYK00.770.770.36
HSL0.47º63.18%39.41%-
HSV(B)0.47º77.44%64.31%-
XYZ16.349.412.71-
YUV75.56106.24191.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.62%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=68.62%
G=15.90%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164383700.770.770.360.4763.1839.41
HexA4262504D4D2403f27
Octal244464501151154407747
Binary101001001001101001010100110110011011001000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42625; }

 p { color: rgb(164,38,37); }

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

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

 a { background-color: rgb(164,38,37); }

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

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

 span { border-color: rgb(164,38,37); }

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