#A42F27

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

Shades of Brown #A42F27

Tints of Brown #A42F27

Color information

#A42F27 (or 0xA42F27) is unknown color: approx Brown. HEX triplet: A4, 2F and 27. RGB value is (164,47,39). Sum of RGB (Red+Green+Blue) = 164+47+39=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F27 is #5BD0D8. Grayscale: #515151. Windows color (decimal): -6017241 or 2568100. OLE color: 2568100.

HSL color Cylindrical-coordinate representation of color #A42F27: hue angle of 3.84º degrees, saturation: 0.62, 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 #A42F27 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1644739-
CMYK00.710.760.36
HSL3.84º61.58%39.8%-
HSV(B)3.84º76.22%64.31%-
XYZ16.6910.072.98-
YUV81.07104.26187.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.6%
GREEN value IS 47 (18.75% from 255) = 18.8%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=65.6%
G=18.8%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164473900.710.760.363.8461.5839.8
HexA42F270474C2443e28
Octal244574701071144447650
Binary10100100101111100111010001111001100100100100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42F27; }

 p { color: rgb(164,47,39); }

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

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

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

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

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

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

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