Html Css Color HEX #A5311E Brown

📋 copy color: '#A5311E'

red 165 ◦ green 49 ◦ blue 30

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

Shades of Brown #A5311E

Tints of Brown #A5311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.3%

R = 67.62%
G = 20.08%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5311E (or 0xA5311E) is known color: Brown. HEX triplet: A5, 31 and 1E. RGB value is (165,49,30). Sum of RGB (Red+Green+Blue) = 165+49+30=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5311E is #5ACEE1. Grayscale: #515151. Windows color (decimal): -5951202 or 1978789. OLE color: 1978789.

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

Color convert

RGB 165 49 30 -
CMYK 0 0.70 0.82 0.35
HSL 8.44º 0.69% 0.38% -
HSV(B) 8.44º 0.82% 0.65% -
XYZ 16.85 10.29 2.33 -
YUV 81.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 165 49 30 0 0.70 0.82 0.35 8.44 0.69 0.38
Hex A5 31 1E 0 46 52 23 8 45 26
Octal 245 61 36 0 106 122 43 10 105 46
Binary 10100101 110001 11110 0 1000110 1010010 100011 1000 1000101 100110

Color Harmonies of #A5311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5311E

Black with #A5311E

Text Example


Text Example

White with #A5311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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