Html Css Color HEX #A32B17 Brown

📋 copy color: '#A32B17'

red 163 ◦ green 43 ◦ blue 23

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

Shades of Brown #A32B17

Tints of Brown #A32B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.04%

R = 71.18%
G = 18.78%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A32B17 (or 0xA32B17) is known color: Brown. HEX triplet: A3, 2B and 17. RGB value is (163,43,23). Sum of RGB (Red+Green+Blue) = 163+43+23=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A32B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32B17 is #5CD4E8. Grayscale: #4C4C4C. Windows color (decimal): -6083817 or 1518499. OLE color: 1518499.

HSL color Cylindrical-coordinate representation of color #A32B17: hue angle of 8.57º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A32B17 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 43 23 -
CMYK 0 0.74 0.86 0.36
HSL 8.57º 0.75% 0.36% -
HSV(B) 8.57º 0.86% 0.64% -
XYZ 16.12 9.58 1.81 -
YUV 76.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 163 43 23 0 0.74 0.86 0.36 8.57 0.75 0.36
Hex A3 2B 17 0 4A 56 24 9 4B 24
Octal 243 53 27 0 112 126 44 11 113 44
Binary 10100011 101011 10111 0 1001010 1010110 100100 1001 1001011 100100

Color Harmonies of #A32B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32B17

Black with #A32B17

Text Example


Text Example

White with #A32B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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