#A12927

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

Shades of Brown #A12927

Tints of Brown #A12927

Color information

#A12927 (or 0xA12927) is unknown color: approx Brown. HEX triplet: A1, 29 and 27. RGB value is (161,41,39). Sum of RGB (Red+Green+Blue) = 161+41+39=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A12927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12927 is #5ED6D8. Grayscale: #4C4C4C. Windows color (decimal): -6215385 or 2566561. OLE color: 2566561.

HSL color Cylindrical-coordinate representation of color #A12927: hue angle of 0.98º 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 #A12927 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1614139-
CMYK00.750.760.37
HSL0.98º61%39.22%-
HSV(B)0.98º75.78%63.14%-
XYZ15.869.312.88-
YUV76.65106.76188.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=66.80%
G=17.01%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161413900.750.760.370.986139.22
HexA1292704B4C2513d27
Octal241514701131144517547
Binary101000011010011001110100101110011001001011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12927; }

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

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

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

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

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

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

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

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