#A4251B

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

Shades of Brown #A4251B

Tints of Brown #A4251B

Color information

#A4251B (or 0xA4251B) is unknown color: approx Brown. HEX triplet: A4, 25 and 1B. RGB value is (164,37,27). Sum of RGB (Red+Green+Blue) = 164+37+27=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4251B is #5BDAE4. Grayscale: #4A4A4A. Windows color (decimal): -6019813 or 1779108. OLE color: 1779108.

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

Color convert

RGB1643727-
CMYK00.770.840.36
HSL4.38º71.73%37.45%-
HSV(B)4.38º83.54%64.31%-
XYZ16.179.291.98-
YUV73.83101.58192.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.93%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=71.93%
G=16.23%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164372700.770.840.364.3871.7337.45
HexA4251B04D542444825
Octal2444533011512444411045
Binary10100100100101110110100110110101001001001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4251B; }

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

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

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

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

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

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

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

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