Html Css Color HEX #A23129 Brown

📋 copy color: '#A23129'

red 162 ◦ green 49 ◦ blue 41

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

Shades of Brown #A23129

Tints of Brown #A23129

RGB

 RED value IS 162 (63.67% from 255) = 64.29%

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 41 (16.41% from 255) = 16.27%

R = 64.29%
G = 19.44%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A23129 (or 0xA23129) is known color: Brown. HEX triplet: A2, 31 and 29. RGB value is (162,49,41). Sum of RGB (Red+Green+Blue) = 162+49+41=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23129 is #5DCED6. Grayscale: #525252. Windows color (decimal): -6147799 or 2699682. OLE color: 2699682.

HSL color Cylindrical-coordinate representation of color #A23129: hue angle of 3.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23129 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 49 41 -
CMYK 0 0.70 0.75 0.36
HSL 3.97º 0.6% 0.4% -
HSV(B) 3.97º 0.75% 0.64% -
XYZ 16.4 10.04 3.17 -
YUV 81.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 162 49 41 0 0.70 0.75 0.36 3.97 0.6 0.4
Hex A2 31 29 0 46 4B 24 4 3C 28
Octal 242 61 51 0 106 113 44 4 74 50
Binary 10100010 110001 101001 0 1000110 1001011 100100 100 111100 101000

Color Harmonies of #A23129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23129

Black with #A23129

Text Example


Text Example

White with #A23129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23129; }

 p { color: rgb(162,49,41); }

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

background-color css

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

 a { background-color: rgb(162,49,41); }

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

border-color css

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

 span { border-color: rgb(162,49,41); }

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