#A12419

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

Shades of Brown #A12419

Tints of Brown #A12419

Color information

#A12419 (or 0xA12419) is unknown color: approx Brown. HEX triplet: A1, 24 and 19. RGB value is (161,36,25). Sum of RGB (Red+Green+Blue) = 161+36+25=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A12419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12419 is #5EDBE6. Grayscale: #484848. Windows color (decimal): -6216679 or 1647777. OLE color: 1647777.

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

Color convert

RGB1613625-
CMYK00.780.840.37
HSL4.85º73.12%36.47%-
HSV(B)4.85º84.47%63.14%-
XYZ15.58.911.82-
YUV72.12101.41191.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.52%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 25 (10.16% from 255) = 11.26%
R=72.52%
G=16.22%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161362500.780.840.374.8573.1236.47
HexA1241904E542554924
Octal2414431011612445511144
Binary10100001100100110010100111010101001001011011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12419; }

 p { color: rgb(161,36,25); }

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

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

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

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

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

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

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