Html Css Color HEX #A5312B Brown

📋 copy color: '#A5312B'

red 165 ◦ green 49 ◦ blue 43

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

Shades of Brown #A5312B

Tints of Brown #A5312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 64.2%
G = 19.07%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5312B (or 0xA5312B) is known color: Brown. HEX triplet: A5, 31 and 2B. RGB value is (165,49,43). Sum of RGB (Red+Green+Blue) = 165+49+43=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5312B is #5ACED4. Grayscale: #535353. Windows color (decimal): -5951189 or 2830757. OLE color: 2830757.

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

Color convert

RGB 165 49 43 -
CMYK 0 0.70 0.74 0.35
HSL 2.95º 0.59% 0.41% -
HSV(B) 2.95º 0.74% 0.65% -
XYZ 17.05 10.37 3.39 -
YUV 83 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 165 49 43 0 0.70 0.74 0.35 2.95 0.59 0.41
Hex A5 31 2B 0 46 4A 23 3 3B 29
Octal 245 61 53 0 106 112 43 3 73 51
Binary 10100101 110001 101011 0 1000110 1001010 100011 11 111011 101001

Color Harmonies of #A5312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5312B

Black with #A5312B

Text Example


Text Example

White with #A5312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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