Html Css Color HEX #A13224 Brown

📋 copy color: '#A13224'

red 161 ◦ green 50 ◦ blue 36

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

Shades of Brown #A13224

Tints of Brown #A13224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 36 (14.45% from 255) = 14.57%

R = 65.18%
G = 20.24%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A13224 (or 0xA13224) is known color: Brown. HEX triplet: A1, 32 and 24. RGB value is (161,50,36). Sum of RGB (Red+Green+Blue) = 161+50+36=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A13224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13224 is #5ECDDB. Grayscale: #515151. Windows color (decimal): -6213084 or 2372257. OLE color: 2372257.

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

Color convert

RGB 161 50 36 -
CMYK 0 0.69 0.78 0.37
HSL 6.72º 0.63% 0.39% -
HSV(B) 6.72º 0.78% 0.63% -
XYZ 16.16 9.99 2.74 -
YUV 81.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 161 50 36 0 0.69 0.78 0.37 6.72 0.63 0.39
Hex A1 32 24 0 45 4E 25 7 3F 27
Octal 241 62 44 0 105 116 45 7 77 47
Binary 10100001 110010 100100 0 1000101 1001110 100101 111 111111 100111

Color Harmonies of #A13224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13224

Black with #A13224

Text Example


Text Example

White with #A13224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13224; }

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

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

background-color css

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

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

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

border-color css

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

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

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