Html Css Color HEX #A13123 Brown

📋 copy color: '#A13123'

red 161 ◦ green 49 ◦ blue 35

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

Shades of Brown #A13123

Tints of Brown #A13123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 65.71%
G = 20%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A13123 (or 0xA13123) is known color: Brown. HEX triplet: A1, 31 and 23. RGB value is (161,49,35). Sum of RGB (Red+Green+Blue) = 161+49+35=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13123 is #5ECEDC. Grayscale: #515151. Windows color (decimal): -6213341 or 2306465. OLE color: 2306465.

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

Color convert

RGB 161 49 35 -
CMYK 0 0.70 0.78 0.37
HSL 6.67º 0.64% 0.38% -
HSV(B) 6.67º 0.78% 0.63% -
XYZ 16.1 9.9 2.65 -
YUV 80.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 161 49 35 0 0.70 0.78 0.37 6.67 0.64 0.38
Hex A1 31 23 0 46 4E 25 7 40 26
Octal 241 61 43 0 106 116 45 7 100 46
Binary 10100001 110001 100011 0 1000110 1001110 100101 111 1000000 100110

Color Harmonies of #A13123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13123

Black with #A13123

Text Example


Text Example

White with #A13123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13123; }

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

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

background-color css

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

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

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

border-color css

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

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

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