Html Css Color HEX #A32B23 Brown

📋 copy color: '#A32B23'

red 163 ◦ green 43 ◦ blue 35

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

Shades of Brown #A32B23

Tints of Brown #A32B23

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.84%

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

R = 67.63%
G = 17.84%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A32B23 (or 0xA32B23) is known color: Brown. HEX triplet: A3, 2B and 23. RGB value is (163,43,35). Sum of RGB (Red+Green+Blue) = 163+43+35=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 43 (17.19% from 255 or 17.84% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32B23 is #5CD4DC. Grayscale: #4E4E4E. Windows color (decimal): -6083805 or 2304931. OLE color: 2304931.

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

Color convert

RGB 163 43 35 -
CMYK 0 0.74 0.79 0.36
HSL 3.75º 0.65% 0.39% -
HSV(B) 3.75º 0.79% 0.64% -
XYZ 16.27 9.64 2.59 -
YUV 77.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 163 43 35 0 0.74 0.79 0.36 3.75 0.65 0.39
Hex A3 2B 23 0 4A 4F 24 4 41 27
Octal 243 53 43 0 112 117 44 4 101 47
Binary 10100011 101011 100011 0 1001010 1001111 100100 100 1000001 100111

Color Harmonies of #A32B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B23

Black with #A32B23

Text Example


Text Example

White with #A32B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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