Html Css Color HEX #A53324 Brown

📋 copy color: '#A53324'

red 165 ◦ green 51 ◦ blue 36

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

Shades of Brown #A53324

Tints of Brown #A53324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.29%

R = 65.48%
G = 20.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A53324 (or 0xA53324) is known color: Brown. HEX triplet: A5, 33 and 24. RGB value is (165,51,36). Sum of RGB (Red+Green+Blue) = 165+51+36=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 36 (14.45% from 255 or 14.29% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A53324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53324 is #5ACCDB. Grayscale: #535353. Windows color (decimal): -5950684 or 2372517. OLE color: 2372517.

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

Color convert

RGB 165 51 36 -
CMYK 0 0.69 0.78 0.35
HSL 6.98º 0.64% 0.39% -
HSV(B) 6.98º 0.78% 0.65% -
XYZ 17.02 10.49 2.8 -
YUV 83.38 101.27 186.22 -
System Red Green Blue C M Y K H S L
Decimal 165 51 36 0 0.69 0.78 0.35 6.98 0.64 0.39
Hex A5 33 24 0 45 4E 23 7 40 27
Octal 245 63 44 0 105 116 43 7 100 47
Binary 10100101 110011 100100 0 1000101 1001110 100011 111 1000000 100111

Color Harmonies of #A53324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53324

Black with #A53324

Text Example


Text Example

White with #A53324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53324; }

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

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

background-color css

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

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

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

border-color css

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

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

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