Html Css Color HEX #A5291C Brown

📋 copy color: '#A5291C'

red 165 ◦ green 41 ◦ blue 28

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

Shades of Brown #A5291C

Tints of Brown #A5291C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 70.51%
G = 17.52%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A5291C (or 0xA5291C) is known color: Brown. HEX triplet: A5, 29 and 1C. RGB value is (165,41,28). Sum of RGB (Red+Green+Blue) = 165+41+28=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5291C is #5AD6E3. Grayscale: #4C4C4C. Windows color (decimal): -5953252 or 1845669. OLE color: 1845669.

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

Color convert

RGB 165 41 28 -
CMYK 0 0.75 0.83 0.35
HSL 5.69º 0.71% 0.38% -
HSV(B) 5.69º 0.83% 0.65% -
XYZ 16.52 9.67 2.09 -
YUV 76.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 165 41 28 0 0.75 0.83 0.35 5.69 0.71 0.38
Hex A5 29 1C 0 4B 53 23 6 47 26
Octal 245 51 34 0 113 123 43 6 107 46
Binary 10100101 101001 11100 0 1001011 1010011 100011 110 1000111 100110

Color Harmonies of #A5291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5291C

Black with #A5291C

Text Example


Text Example

White with #A5291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5291C; }

 p { color: rgb(165,41,28); }

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

background-color css

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

 a { background-color: rgb(165,41,28); }

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

border-color css

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

 span { border-color: rgb(165,41,28); }

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