#A42828

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

Shades of Brown #A42828

Tints of Brown #A42828

Color information

#A42828 (or 0xA42828) is unknown color: approx Brown. HEX triplet: A4, 28 and 28. RGB value is (164,40,40). Sum of RGB (Red+Green+Blue) = 164+40+40=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A42828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42828 is #5BD7D7. Grayscale: #4D4D4D. Windows color (decimal): -6019032 or 2631844. OLE color: 2631844.

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

Color convert

RGB1644040-
CMYK00.760.760.36
HSL60.78%40%-
HSV(B)75.61%64.31%-
XYZ16.459.562.99-
YUV77.08107.08190-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.21%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=67.21%
G=16.39%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164404000.760.760.36060.7840
HexA4282804C4C2403d28
Octal244505001141144407550
Binary101001001010001010000100110010011001001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42828; }

 p { color: rgb(164,40,40); }

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

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

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

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

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

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

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