Html Css Color HEX #A53329 Brown

📋 copy color: '#A53329'

red 165 ◦ green 51 ◦ blue 41

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

Shades of Brown #A53329

Tints of Brown #A53329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 64.2%
G = 19.84%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A53329 (or 0xA53329) is known color: Brown. HEX triplet: A5, 33 and 29. RGB value is (165,51,41). Sum of RGB (Red+Green+Blue) = 165+51+41=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A53329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53329 is #5ACCD6. Grayscale: #545454. Windows color (decimal): -5950679 or 2700197. OLE color: 2700197.

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

Color convert

RGB 165 51 41 -
CMYK 0 0.69 0.75 0.35
HSL 4.84º 0.6% 0.4% -
HSV(B) 4.84º 0.75% 0.65% -
XYZ 17.1 10.53 3.23 -
YUV 83.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 165 51 41 0 0.69 0.75 0.35 4.84 0.6 0.4
Hex A5 33 29 0 45 4B 23 5 3C 28
Octal 245 63 51 0 105 113 43 5 74 50
Binary 10100101 110011 101001 0 1000101 1001011 100011 101 111100 101000

Color Harmonies of #A53329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53329

Black with #A53329

Text Example


Text Example

White with #A53329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53329; }

 p { color: rgb(165,51,41); }

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

background-color css

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

 a { background-color: rgb(165,51,41); }

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

border-color css

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

 span { border-color: rgb(165,51,41); }

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