Html Css Color HEX #A32723 Brown

📋 copy color: '#A32723'

red 163 ◦ green 39 ◦ blue 35

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

Shades of Brown #A32723

Tints of Brown #A32723

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

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

R = 68.78%
G = 16.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32723 (or 0xA32723) is known color: Brown. HEX triplet: A3, 27 and 23. RGB value is (163,39,35). Sum of RGB (Red+Green+Blue) = 163+39+35=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A32723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32723 is #5CD8DC. Grayscale: #4B4B4B. Windows color (decimal): -6084829 or 2303907. OLE color: 2303907.

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

Color convert

RGB 163 39 35 -
CMYK 0 0.76 0.79 0.36
HSL 1.88º 0.65% 0.39% -
HSV(B) 1.88º 0.79% 0.64% -
XYZ 16.13 9.36 2.55 -
YUV 75.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 163 39 35 0 0.76 0.79 0.36 1.88 0.65 0.39
Hex A3 27 23 0 4C 4F 24 2 41 27
Octal 243 47 43 0 114 117 44 2 101 47
Binary 10100011 100111 100011 0 1001100 1001111 100100 10 1000001 100111

Color Harmonies of #A32723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32723

Black with #A32723

Text Example


Text Example

White with #A32723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32723; }

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

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

background-color css

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

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

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

border-color css

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

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

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