Html Css Color HEX #A32C23 Brown

📋 copy color: '#A32C23'

red 163 ◦ green 44 ◦ blue 35

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

Shades of Brown #A32C23

Tints of Brown #A32C23

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

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

R = 67.36%
G = 18.18%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32C23 (or 0xA32C23) is known color: Brown. HEX triplet: A3, 2C and 23. RGB value is (163,44,35). Sum of RGB (Red+Green+Blue) = 163+44+35=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C23 is #5CD3DC. Grayscale: #4E4E4E. Windows color (decimal): -6083549 or 2305187. OLE color: 2305187.

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

Color convert

RGB 163 44 35 -
CMYK 0 0.73 0.79 0.36
HSL 4.22º 0.65% 0.39% -
HSV(B) 4.22º 0.79% 0.64% -
XYZ 16.31 9.71 2.6 -
YUV 78.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 163 44 35 0 0.73 0.79 0.36 4.22 0.65 0.39
Hex A3 2C 23 0 49 4F 24 4 41 27
Octal 243 54 43 0 111 117 44 4 101 47
Binary 10100011 101100 100011 0 1001001 1001111 100100 100 1000001 100111

Color Harmonies of #A32C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C23

Black with #A32C23

Text Example


Text Example

White with #A32C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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