Html Css Color HEX #A12924 Brown

📋 copy color: '#A12924'

red 161 ◦ green 41 ◦ blue 36

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

Shades of Brown #A12924

Tints of Brown #A12924

RGB

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

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

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

R = 67.65%
G = 17.23%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A12924 (or 0xA12924) is known color: Brown. HEX triplet: A1, 29 and 24. RGB value is (161,41,36). Sum of RGB (Red+Green+Blue) = 161+41+36=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A12924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12924 is #5ED6DB. Grayscale: #4C4C4C. Windows color (decimal): -6215388 or 2369953. OLE color: 2369953.

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

Color convert

RGB 161 41 36 -
CMYK 0 0.75 0.78 0.37
HSL 2.4º 0.63% 0.39% -
HSV(B) 2.4º 0.78% 0.63% -
XYZ 15.81 9.29 2.63 -
YUV 76.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 161 41 36 0 0.75 0.78 0.37 2.4 0.63 0.39
Hex A1 29 24 0 4B 4E 25 2 3F 27
Octal 241 51 44 0 113 116 45 2 77 47
Binary 10100001 101001 100100 0 1001011 1001110 100101 10 111111 100111

Color Harmonies of #A12924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12924

Black with #A12924

Text Example


Text Example

White with #A12924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12924; }

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

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

background-color css

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

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

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

border-color css

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

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

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