Html Css Color HEX #A13129 Brown

📋 copy color: '#A13129'

red 161 ◦ green 49 ◦ blue 41

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

Shades of Brown #A13129

Tints of Brown #A13129

RGB

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

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

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

R = 64.14%
G = 19.52%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A13129 (or 0xA13129) is known color: Brown. HEX triplet: A1, 31 and 29. RGB value is (161,49,41). Sum of RGB (Red+Green+Blue) = 161+49+41=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A13129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13129 is #5ECED6. Grayscale: #515151. Windows color (decimal): -6213335 or 2699681. OLE color: 2699681.

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

Color convert

RGB 161 49 41 -
CMYK 0 0.70 0.75 0.37
HSL 0.59% 0.4% -
HSV(B) 0.75% 0.63% -
XYZ 16.2 9.93 3.16 -
YUV 81.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 161 49 41 0 0.70 0.75 0.37 4 0.59 0.4
Hex A1 31 29 0 46 4B 25 4 3B 28
Octal 241 61 51 0 106 113 45 4 73 50
Binary 10100001 110001 101001 0 1000110 1001011 100101 100 111011 101000

Color Harmonies of #A13129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13129

Black with #A13129

Text Example


Text Example

White with #A13129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13129; }

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

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

background-color css

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

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

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

border-color css

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

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

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