Html Css Color HEX #A12921 Brown

📋 copy color: '#A12921'

red 161 ◦ green 41 ◦ blue 33

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

Shades of Brown #A12921

Tints of Brown #A12921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 68.51%
G = 17.45%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A12921 (or 0xA12921) is known color: Brown. HEX triplet: A1, 29 and 21. RGB value is (161,41,33). Sum of RGB (Red+Green+Blue) = 161+41+33=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A12921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12921 is #5ED6DE. Grayscale: #4C4C4C. Windows color (decimal): -6215391 or 2173345. OLE color: 2173345.

HSL color Cylindrical-coordinate representation of color #A12921: hue angle of 3.75º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A12921 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 33 -
CMYK 0 0.75 0.80 0.37
HSL 3.75º 0.66% 0.38% -
HSV(B) 3.75º 0.8% 0.63% -
XYZ 15.77 9.27 2.4 -
YUV 75.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 161 41 33 0 0.75 0.80 0.37 3.75 0.66 0.38
Hex A1 29 21 0 4B 50 25 4 42 26
Octal 241 51 41 0 113 120 45 4 102 46
Binary 10100001 101001 100001 0 1001011 1010000 100101 100 1000010 100110

Color Harmonies of #A12921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12921

Black with #A12921

Text Example


Text Example

White with #A12921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12921; }

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

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

background-color css

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

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

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

border-color css

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

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

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