Html Css Color HEX #A5261F Brown

📋 copy color: '#A5261F'

red 165 ◦ green 38 ◦ blue 31

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

Shades of Brown #A5261F

Tints of Brown #A5261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

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

R = 70.51%
G = 16.24%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5261F (or 0xA5261F) is known color: Brown. HEX triplet: A5, 26 and 1F. RGB value is (165,38,31). Sum of RGB (Red+Green+Blue) = 165+38+31=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A5261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5261F is #5AD9E0. Grayscale: #4B4B4B. Windows color (decimal): -5954017 or 2041509. OLE color: 2041509.

HSL color Cylindrical-coordinate representation of color #A5261F: hue angle of 3.13º 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 #A5261F is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 31 -
CMYK 0 0.77 0.81 0.35
HSL 3.13º 0.68% 0.38% -
HSV(B) 3.13º 0.81% 0.65% -
XYZ 16.46 9.48 2.26 -
YUV 75.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 165 38 31 0 0.77 0.81 0.35 3.13 0.68 0.38
Hex A5 26 1F 0 4D 51 23 3 44 26
Octal 245 46 37 0 115 121 43 3 104 46
Binary 10100101 100110 11111 0 1001101 1010001 100011 11 1000100 100110

Color Harmonies of #A5261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5261F

Black with #A5261F

Text Example


Text Example

White with #A5261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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