Html Css Color HEX #A5271F Brown

📋 copy color: '#A5271F'

red 165 ◦ green 39 ◦ blue 31

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

Shades of Brown #A5271F

Tints of Brown #A5271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

 BLUE value IS 31 (12.5% from 255) = 13.19%

R = 70.21%
G = 16.6%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5271F (or 0xA5271F) is known color: Brown. HEX triplet: A5, 27 and 1F. RGB value is (165,39,31). Sum of RGB (Red+Green+Blue) = 165+39+31=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A5271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5271F is #5AD8E0. Grayscale: #4B4B4B. Windows color (decimal): -5953761 or 2041765. OLE color: 2041765.

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

Color convert

RGB 165 39 31 -
CMYK 0 0.76 0.81 0.35
HSL 3.58º 0.68% 0.38% -
HSV(B) 3.58º 0.81% 0.65% -
XYZ 16.49 9.55 2.27 -
YUV 75.76 102.74 191.65 -
System Red Green Blue C M Y K H S L
Decimal 165 39 31 0 0.76 0.81 0.35 3.58 0.68 0.38
Hex A5 27 1F 0 4C 51 23 4 44 26
Octal 245 47 37 0 114 121 43 4 104 46
Binary 10100101 100111 11111 0 1001100 1010001 100011 100 1000100 100110

Color Harmonies of #A5271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5271F

Black with #A5271F

Text Example


Text Example

White with #A5271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5271F; }

 p { color: rgb(165,39,31); }

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

background-color css

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

 a { background-color: rgb(165,39,31); }

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

border-color css

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

 span { border-color: rgb(165,39,31); }

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