Html Css Color HEX #A32523 Brown

📋 copy color: '#A32523'

red 163 ◦ green 37 ◦ blue 35

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

Shades of Brown #A32523

Tints of Brown #A32523

RGB

 RED value IS 163 (64.06% from 255) = 69.36%

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 69.36%
G = 15.74%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32523 (or 0xA32523) is known color: Brown. HEX triplet: A3, 25 and 23. RGB value is (163,37,35). Sum of RGB (Red+Green+Blue) = 163+37+35=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32523 is #5CDADC. Grayscale: #4A4A4A. Windows color (decimal): -6085341 or 2303395. OLE color: 2303395.

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

Color convert

RGB 163 37 35 -
CMYK 0 0.77 0.79 0.36
HSL 0.94º 0.65% 0.39% -
HSV(B) 0.94º 0.79% 0.64% -
XYZ 16.07 9.23 2.52 -
YUV 74.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 163 37 35 0 0.77 0.79 0.36 0.94 0.65 0.39
Hex A3 25 23 0 4D 4F 24 1 41 27
Octal 243 45 43 0 115 117 44 1 101 47
Binary 10100011 100101 100011 0 1001101 1001111 100100 1 1000001 100111

Color Harmonies of #A32523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32523

Black with #A32523

Text Example


Text Example

White with #A32523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32523; }

 p { color: rgb(163,37,35); }

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

background-color css

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

 a { background-color: rgb(163,37,35); }

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

border-color css

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

 span { border-color: rgb(163,37,35); }

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