Html Css Color HEX #A53024 Brown

📋 copy color: '#A53024'

red 165 ◦ green 48 ◦ blue 36

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

Shades of Brown #A53024

Tints of Brown #A53024

RGB

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

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

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

R = 66.27%
G = 19.28%
B = 14.46%

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

#A53024 (or 0xA53024) is known color: Brown. HEX triplet: A5, 30 and 24. RGB value is (165,48,36). Sum of RGB (Red+Green+Blue) = 165+48+36=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A53024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53024 is #5ACFDB. Grayscale: #515151. Windows color (decimal): -5951452 or 2371749. OLE color: 2371749.

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

Color convert

RGB 165 48 36 -
CMYK 0 0.71 0.78 0.35
HSL 5.58º 0.64% 0.39% -
HSV(B) 5.58º 0.78% 0.65% -
XYZ 16.89 10.24 2.76 -
YUV 81.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 165 48 36 0 0.71 0.78 0.35 5.58 0.64 0.39
Hex A5 30 24 0 47 4E 23 6 40 27
Octal 245 60 44 0 107 116 43 6 100 47
Binary 10100101 110000 100100 0 1000111 1001110 100011 110 1000000 100111

Color Harmonies of #A53024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53024

Black with #A53024

Text Example


Text Example

White with #A53024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53024; }

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

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

background-color css

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

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

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

border-color css

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

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

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