Html Css Color HEX #A12928 Brown

📋 copy color: '#A12928'

red 161 ◦ green 41 ◦ blue 40

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

Shades of Brown #A12928

Tints of Brown #A12928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 66.53%
G = 16.94%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A12928 (or 0xA12928) is known color: Brown. HEX triplet: A1, 29 and 28. RGB value is (161,41,40). Sum of RGB (Red+Green+Blue) = 161+41+40=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A12928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12928 is #5ED6D7. Grayscale: #4C4C4C. Windows color (decimal): -6215384 or 2632097. OLE color: 2632097.

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

Color convert

RGB 161 41 40 -
CMYK 0 0.75 0.75 0.37
HSL 0.5º 0.6% 0.39% -
HSV(B) 0.5º 0.75% 0.63% -
XYZ 15.87 9.32 2.97 -
YUV 76.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 161 41 40 0 0.75 0.75 0.37 0.5 0.6 0.39
Hex A1 29 28 0 4B 4B 25 0 3C 27
Octal 241 51 50 0 113 113 45 0 74 47
Binary 10100001 101001 101000 0 1001011 1001011 100101 0 111100 100111

Color Harmonies of #A12928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12928

Black with #A12928

Text Example


Text Example

White with #A12928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12928; }

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

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

background-color css

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

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

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

border-color css

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

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

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