Html Css Color HEX #A53025 Brown

📋 copy color: '#A53025'

red 165 ◦ green 48 ◦ blue 37

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

Shades of Brown #A53025

Tints of Brown #A53025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 66%
G = 19.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53025 (or 0xA53025) is known color: Brown. HEX triplet: A5, 30 and 25. RGB value is (165,48,37). Sum of RGB (Red+Green+Blue) = 165+48+37=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A53025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53025 is #5ACFDA. Grayscale: #515151. Windows color (decimal): -5951451 or 2437285. OLE color: 2437285.

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

Color convert

RGB 165 48 37 -
CMYK 0 0.71 0.78 0.35
HSL 5.16º 0.63% 0.4% -
HSV(B) 5.16º 0.78% 0.65% -
XYZ 16.91 10.25 2.84 -
YUV 81.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 165 48 37 0 0.71 0.78 0.35 5.16 0.63 0.4
Hex A5 30 25 0 47 4E 23 5 3F 28
Octal 245 60 45 0 107 116 43 5 77 50
Binary 10100101 110000 100101 0 1000111 1001110 100011 101 111111 101000

Color Harmonies of #A53025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53025

Black with #A53025

Text Example


Text Example

White with #A53025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53025; }

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

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

background-color css

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

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

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

border-color css

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

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

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