Html Css Color HEX #A32823 Brown

📋 copy color: '#A32823'

red 163 ◦ green 40 ◦ blue 35

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

Shades of Brown #A32823

Tints of Brown #A32823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 68.49%
G = 16.81%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32823 (or 0xA32823) is known color: Brown. HEX triplet: A3, 28 and 23. RGB value is (163,40,35). Sum of RGB (Red+Green+Blue) = 163+40+35=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32823 is #5CD7DC. Grayscale: #4C4C4C. Windows color (decimal): -6084573 or 2304163. OLE color: 2304163.

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

Color convert

RGB 163 40 35 -
CMYK 0 0.75 0.79 0.36
HSL 2.34º 0.65% 0.39% -
HSV(B) 2.34º 0.79% 0.64% -
XYZ 16.17 9.43 2.56 -
YUV 76.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 163 40 35 0 0.75 0.79 0.36 2.34 0.65 0.39
Hex A3 28 23 0 4B 4F 24 2 41 27
Octal 243 50 43 0 113 117 44 2 101 47
Binary 10100011 101000 100011 0 1001011 1001111 100100 10 1000001 100111

Color Harmonies of #A32823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32823

Black with #A32823

Text Example


Text Example

White with #A32823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32823; }

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

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

background-color css

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

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

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

border-color css

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

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

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