Html Css Color HEX #A5312C Brown

📋 copy color: '#A5312C'

red 165 ◦ green 49 ◦ blue 44

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

Shades of Brown #A5312C

Tints of Brown #A5312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 63.95%
G = 18.99%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5312C (or 0xA5312C) is known color: Brown. HEX triplet: A5, 31 and 2C. RGB value is (165,49,44). Sum of RGB (Red+Green+Blue) = 165+49+44=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5312C is #5ACED3. Grayscale: #535353. Windows color (decimal): -5951188 or 2896293. OLE color: 2896293.

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

Color convert

RGB 165 49 44 -
CMYK 0 0.70 0.73 0.35
HSL 2.48º 0.58% 0.41% -
HSV(B) 2.48º 0.73% 0.65% -
XYZ 17.07 10.38 3.49 -
YUV 83.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 165 49 44 0 0.70 0.73 0.35 2.48 0.58 0.41
Hex A5 31 2C 0 46 49 23 2 3A 29
Octal 245 61 54 0 106 111 43 2 72 51
Binary 10100101 110001 101100 0 1000110 1001001 100011 10 111010 101001

Color Harmonies of #A5312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5312C

Black with #A5312C

Text Example


Text Example

White with #A5312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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