Html Css Color HEX #A2311C Brown

📋 copy color: '#A2311C'

red 162 ◦ green 49 ◦ blue 28

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

Shades of Brown #A2311C

Tints of Brown #A2311C

RGB

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

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

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

R = 67.78%
G = 20.5%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2311C (or 0xA2311C) is known color: Brown. HEX triplet: A2, 31 and 1C. RGB value is (162,49,28). Sum of RGB (Red+Green+Blue) = 162+49+28=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2311C is #5DCEE3. Grayscale: #505050. Windows color (decimal): -6147812 or 1847714. OLE color: 1847714.

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

Color convert

RGB 162 49 28 -
CMYK 0 0.70 0.83 0.36
HSL 9.4º 0.71% 0.37% -
HSV(B) 9.4º 0.83% 0.64% -
XYZ 16.21 9.96 2.17 -
YUV 80.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 162 49 28 0 0.70 0.83 0.36 9.4 0.71 0.37
Hex A2 31 1C 0 46 53 24 9 47 25
Octal 242 61 34 0 106 123 44 11 107 45
Binary 10100010 110001 11100 0 1000110 1010011 100100 1001 1000111 100101

Color Harmonies of #A2311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2311C

Black with #A2311C

Text Example


Text Example

White with #A2311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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