Html Css Color HEX #A12915 Brown

📋 copy color: '#A12915'

red 161 ◦ green 41 ◦ blue 21

#A12915
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown #A12915

Tints of Brown #A12915

RGB

 RED value IS 161 (63.28% from 255) = 72.2%

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 21 (8.59% from 255) = 9.42%

R = 72.2%
G = 18.39%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A12915 (or 0xA12915) is known color: Brown. HEX triplet: A1, 29 and 15. RGB value is (161,41,21). Sum of RGB (Red+Green+Blue) = 161+41+21=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A12915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12915 is #5ED6EA. Grayscale: #4A4A4A. Windows color (decimal): -6215403 or 1386913. OLE color: 1386913.

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

Color convert

RGB 161 41 21 -
CMYK 0 0.75 0.87 0.37
HSL 8.57º 0.77% 0.36% -
HSV(B) 8.57º 0.87% 0.63% -
XYZ 15.63 9.22 1.66 -
YUV 74.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 161 41 21 0 0.75 0.87 0.37 8.57 0.77 0.36
Hex A1 29 15 0 4B 57 25 9 4D 24
Octal 241 51 25 0 113 127 45 11 115 44
Binary 10100001 101001 10101 0 1001011 1010111 100101 1001 1001101 100100

Color Harmonies of #A12915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12915

Black with #A12915

Text Example


Text Example

White with #A12915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12915; }

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

 H1.HeaderClassName
 {
   color: #A12915;
 }
 .AnyTagClassName
 {
   color: #A12915;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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