Html Css Color HEX #A1341C Brown

📋 copy color: '#A1341C'

red 161 ◦ green 52 ◦ blue 28

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

Shades of Brown #A1341C

Tints of Brown #A1341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 28 (11.33% from 255) = 11.62%

R = 66.8%
G = 21.58%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1341C (or 0xA1341C) is known color: Brown. HEX triplet: A1, 34 and 1C. RGB value is (161,52,28). Sum of RGB (Red+Green+Blue) = 161+52+28=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1341C is #5ECBE3. Grayscale: #525252. Windows color (decimal): -6212580 or 1848481. OLE color: 1848481.

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

Color convert

RGB 161 52 28 -
CMYK 0 0.68 0.83 0.37
HSL 10.83º 0.7% 0.37% -
HSV(B) 10.83º 0.83% 0.63% -
XYZ 16.14 10.12 2.2 -
YUV 81.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 161 52 28 0 0.68 0.83 0.37 10.83 0.7 0.37
Hex A1 34 1C 0 44 53 25 B 46 25
Octal 241 64 34 0 104 123 45 13 106 45
Binary 10100001 110100 11100 0 1000100 1010011 100101 1011 1000110 100101

Color Harmonies of #A1341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1341C

Black with #A1341C

Text Example


Text Example

White with #A1341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1341C; }

 p { color: rgb(161,52,28); }

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

background-color css

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

 a { background-color: rgb(161,52,28); }

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

border-color css

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

 span { border-color: rgb(161,52,28); }

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