Html Css Color HEX #A52D25 Brown

📋 copy color: '#A52D25'

red 165 ◦ green 45 ◦ blue 37

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

Shades of Brown #A52D25

Tints of Brown #A52D25

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

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

R = 66.8%
G = 18.22%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52D25 (or 0xA52D25) is known color: Brown. HEX triplet: A5, 2D and 25. RGB value is (165,45,37). Sum of RGB (Red+Green+Blue) = 165+45+37=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D25 is #5AD2DA. Grayscale: #505050. Windows color (decimal): -5952219 or 2436517. OLE color: 2436517.

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

Color convert

RGB 165 45 37 -
CMYK 0 0.73 0.78 0.35
HSL 3.75º 0.63% 0.4% -
HSV(B) 3.75º 0.78% 0.65% -
XYZ 16.79 10.01 2.8 -
YUV 79.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 165 45 37 0 0.73 0.78 0.35 3.75 0.63 0.4
Hex A5 2D 25 0 49 4E 23 4 3F 28
Octal 245 55 45 0 111 116 43 4 77 50
Binary 10100101 101101 100101 0 1001001 1001110 100011 100 111111 101000

Color Harmonies of #A52D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D25

Black with #A52D25

Text Example


Text Example

White with #A52D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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