#A12727

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

Shades of Brown #A12727

Tints of Brown #A12727

Color information

#A12727 (or 0xA12727) is unknown color: approx Brown. HEX triplet: A1, 27 and 27. RGB value is (161,39,39). Sum of RGB (Red+Green+Blue) = 161+39+39=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A12727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12727 is #5ED8D8. Grayscale: #4B4B4B. Windows color (decimal): -6215897 or 2566049. OLE color: 2566049.

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

Color convert

RGB1613939-
CMYK00.760.760.37
HSL61%39.22%-
HSV(B)75.78%63.14%-
XYZ15.799.172.86-
YUV75.48107.42189-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.36%
GREEN value IS 39 (15.62% from 255) = 16.32%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=67.36%
G=16.32%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161393900.760.760.3706139.22
HexA1272704C4C2503d27
Octal241474701141144507547
Binary101000011001111001110100110010011001001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12727; }

 p { color: rgb(161,39,39); }

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

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

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

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

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

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

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