Html Css Color HEX #A5311B Brown

📋 copy color: '#A5311B'

red 165 ◦ green 49 ◦ blue 27

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

Shades of Brown #A5311B

Tints of Brown #A5311B

RGB

 RED value IS 165 (64.84% from 255) = 68.46%

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 68.46%
G = 20.33%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5311B (or 0xA5311B) is known color: Brown. HEX triplet: A5, 31 and 1B. RGB value is (165,49,27). Sum of RGB (Red+Green+Blue) = 165+49+27=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5311B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5311B is #5ACEE4. Grayscale: #515151. Windows color (decimal): -5951205 or 1782181. OLE color: 1782181.

HSL color Cylindrical-coordinate representation of color #A5311B: hue angle of 9.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5311B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 27 -
CMYK 0 0.70 0.84 0.35
HSL 9.57º 0.72% 0.38% -
HSV(B) 9.57º 0.84% 0.65% -
XYZ 16.81 10.28 2.13 -
YUV 81.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 165 49 27 0 0.70 0.84 0.35 9.57 0.72 0.38
Hex A5 31 1B 0 46 54 23 A 48 26
Octal 245 61 33 0 106 124 43 12 110 46
Binary 10100101 110001 11011 0 1000110 1010100 100011 1010 1001000 100110

Color Harmonies of #A5311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5311B

Black with #A5311B

Text Example


Text Example

White with #A5311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5311B; }

 p { color: rgb(165,49,27); }

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

background-color css

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

 a { background-color: rgb(165,49,27); }

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

border-color css

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

 span { border-color: rgb(165,49,27); }

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