Html Css Color HEX #A53225 Brown

📋 copy color: '#A53225'

red 165 ◦ green 50 ◦ blue 37

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

Shades of Brown #A53225

Tints of Brown #A53225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.84%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 65.48%
G = 19.84%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53225 (or 0xA53225) is known color: Brown. HEX triplet: A5, 32 and 25. RGB value is (165,50,37). Sum of RGB (Red+Green+Blue) = 165+50+37=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A53225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53225 is #5ACDDA. Grayscale: #535353. Windows color (decimal): -5950939 or 2437797. OLE color: 2437797.

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

Color convert

RGB 165 50 37 -
CMYK 0 0.70 0.78 0.35
HSL 6.09º 0.63% 0.4% -
HSV(B) 6.09º 0.78% 0.65% -
XYZ 16.99 10.41 2.86 -
YUV 82.9 102.1 186.56 -
System Red Green Blue C M Y K H S L
Decimal 165 50 37 0 0.70 0.78 0.35 6.09 0.63 0.4
Hex A5 32 25 0 46 4E 23 6 3F 28
Octal 245 62 45 0 106 116 43 6 77 50
Binary 10100101 110010 100101 0 1000110 1001110 100011 110 111111 101000

Color Harmonies of #A53225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53225

Black with #A53225

Text Example


Text Example

White with #A53225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53225; }

 p { color: rgb(165,50,37); }

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

background-color css

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

 a { background-color: rgb(165,50,37); }

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

border-color css

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

 span { border-color: rgb(165,50,37); }

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